fix pipeline

test
dan 2020-10-27 00:04:12 -06:00
parent d91d4e5fa7
commit cd0bf8f317
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 run -d -p "8111:8111"
- docker run -d -p "8111:8111 ofb_angular"
volumes: