Copy env file to dev deployment

This commit is contained in:
Aarni Halinen
2019-11-03 17:20:12 +02:00
parent baa329ad5d
commit e9706d0e4f
2 changed files with 2 additions and 21 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ services:
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.dev
- .env
ports:
- "8000:8000"
depends_on: