update container name

test
dan 2020-10-27 00:18:02 -06:00
parent 5b270b76a7
commit 0668feef04
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ steps:
path: /var/run/docker.sock
commands:
- docker build --tag ofb_angular .
- docker rm -f container_name || true
- docker rm -f ofb_angular || true
- docker run --name ofb_angular -d -p "8111:8111" ofb_angular