Use cdubzzz Docker build connected to repo.

This commit is contained in:
Christopher Charbonneau Wells 2019-03-16 19:37:12 -07:00 committed by GitHub
parent 5ba0e66e8b
commit 6e848b0880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ services:
volumes:
- db:/db-data
app:
image: cosme/babybuddy
image: cdubzzz/babybuddy
env_file:
- /path/to/docker.env
- docker.env
command: gunicorn -c /app/gunicorn.py babybuddy.wsgi
ports:
- "8000:8000"