test
dan 2020-10-27 00:14:02 -06:00
parent 34675f9ae1
commit f13dc3a191
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ steps:
path: /var/run/docker.sock
commands:
- docker build --tag ofb_angular .
- docker restart -d -p "8111:8111" ofb_angular
- docker stop ofb_angular || true
- docker run -n ofb_angular -d -p "8111:8111" ofb_angular
volumes: