chore: add --remove-orphans to the build command
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-10-05 08:39:03 +02:00
parent 2efd79e1e4
commit 4801a792b6
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -75,7 +75,7 @@ steps:
- name: s
path: /var/run/docker.sock
commands:
- docker-compose build
- docker-compose build --remove-orphans
volumes:
- name: s
@ -179,7 +179,7 @@ steps:
- name: s
path: /var/run/docker.sock
commands:
- docker-compose up --build -d --scale homepage=4
- docker-compose up --build -d --remove-orphans --scale homepage=4
when:
branch: master
status: success