Added support for Docker

- Updated SetUp.md with a "Run locally with Docker" section
- Moved requirements.txt to the root of the repo since some hosting
  services require the file to be there (eg. Heroku https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-python)
This commit is contained in:
AlexandrosAlexiou
2021-11-30 21:31:48 +02:00
committed by Andrew Novac
parent 0bf396a69f
commit 02b606b543
7 changed files with 48 additions and 2 deletions

2
.dockerignore Normal file
View File

@@ -0,0 +1,2 @@
.dockerignore
Dockerfile