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

@@ -70,3 +70,10 @@ frontend-dev:
frontend-prod:
cd src/frontend_vue/; $(MAKE) prod
## Backend
backend-env: python-env-install
backend-dev: python-env-install
cd ./src/backend_flask; python3 app.py --config-file ./conf_files/dev_conf.yaml