docker build

test
dan 2020-10-26 20:55:30 -06:00
parent 9777ecb0f0
commit baa8451918
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
image: docker
commands:
- docker --version
- docker build ofb_angular
- docker build --tag ofb_angular .
- docker images
- name: build_client