docker-compose hotfix (#19)
All checks were successful
continuous-integration/drone/push Build is passing

fix: no need to stop the container before build 🚀

* this is handled for us by docker on container re-creation

Co-authored-by: surtur <a_mirre@utb.cz>
Reviewed-on: #19
Co-Authored-By: wanderer <wanderer@noreply.git.dotya.ml>
Co-Committed-By: wanderer <wanderer@noreply.git.dotya.ml>
This commit is contained in:
wanderer 2020-10-03 21:25:52 +02:00
parent 41099802c2
commit 50ea242c33
Signed by: Gitea
GPG Key ID: 0DD13DBC6B5433D3

@ -179,7 +179,6 @@ steps:
- name: s
path: /var/run/docker.sock
commands:
- docker stop homepage || true
- docker-compose up --build -d
when:
branch: master