Handle initial setup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-10 03:30:45 +03:00
parent 2db8f4dafb
commit cd8046ed87
2 changed files with 2 additions and 35 deletions

View File

@@ -49,8 +49,8 @@ steps:
- docker build --tag worktime:latest /home/webmaster/worktime/backend
- name: restart docker
commands:
- docker stop worktime
- docker rm worktime
- docker stop worktime || true
- docker rm worktime || true
- docker run --name worktime -p 3003:3000 -d worktime
trigger: