Prune old images on deploy host after deployment

This commit is contained in:
Jan Tuomi
2017-09-15 20:36:24 +03:00
parent 7e36fd5768
commit 040c9641ea
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -7,8 +7,6 @@ services:
build: .
image: 86.50.143.82:5000/web20
command: ["bash", "-c", "cd /code && ./wait-for-it.sh db:5432 -- bash setup.sh --no-input --no-npm && python manage.py runserver 0.0.0.0:8080"]
volumes:
- .:/code
ports:
- "8080:8080"
depends_on: