fix docker command

test
dan 2020-10-27 00:03:31 -06:00
parent 0b267fd68f
commit d91d4e5fa7
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 start -d -p "8111:8111"
- docker run -d -p "8111:8111"
volumes: