stop previous container

test
dan 2020-10-27 00:08:07 -06:00
parent 7a67e6eea9
commit 18ecf3337d
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ steps:
path: /var/run/docker.sock
commands:
- docker build --tag ofb_angular .
- docker stop ofb_angular
- docker run -d -p "8111:8111" ofb_angular