backend env dockerfile

This commit is contained in:
2019-03-22 14:50:47 +01:00
parent aab075a291
commit fd351bd8db
10 changed files with 428 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
# backend
Using Flask mycroframework.
Entrypoint: app.py
Depends on packages form `../pkg`.
## Environment
From git root, run `make python-env`.
Inside the container, run `backend-dev` to install our packages and run the app in debug mode.