fix yaml bug
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-05-10 02:53:16 +03:00
parent bb9c9c7587
commit acdff74039

View File

@@ -48,6 +48,7 @@ steps:
commands: commands:
- docker build --tag worktime:latest /home/worktime/backend - docker build --tag worktime:latest /home/worktime/backend
- name: restart docker - name: restart docker
commands:
- docker stop worktime - docker stop worktime
- docker rm worktime - docker rm worktime
- docker run --name worktime -p 3003:3000 -d worktime - docker run --name worktime -p 3003:3000 -d worktime