docker build

test
dan 2020-10-26 20:54:31 -06:00
parent f89f673cdc
commit 9777ecb0f0
1 changed files with 1 additions and 1 deletions

View File

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