update Dockerfile to use poetry

This commit is contained in:
Aarni Halinen
2021-03-29 21:40:38 +03:00
parent 4029031bf0
commit 78575075e5
2 changed files with 16 additions and 12 deletions
-1
View File
@@ -13,7 +13,6 @@ services:
web:
build: .
image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-backend
command: ["bash", "-c", "cd /app & bash setup.sh --no-input --no-npm && gunicorn -w 4 -b 0.0.0.0:8000 sikweb.wsgi"]
env_file:
- .env
ports: