Another test

test
dan 2020-10-30 22:35:02 -06:00
parent 29b15d38c7
commit 28c07b3afe
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ steps:
commands: commands:
- docker build --tag ofb_api . - docker build --tag ofb_api .
- docker rm -f ofb_api || true - docker rm -f ofb_api || true
- docker run --name ofb_api --restart always -p "8222:8222" $DB_PASS -e ConnectionStrings__OFBContext="server=172.17.0.1;database=admin_ofb_missionary;user=admin_ofbbutte;password=$${DB_PASS};" ofb_api - docker run --name ofb_api --restart always -p "8222:8222" ${DB_PASS} -e ConnectionStrings__OFBContext="server=172.17.0.1;database=admin_ofb_missionary;user=admin_ofbbutte;password=$${DB_PASS};" ofb_api
volumes: volumes:
- name: docker_sock - name: docker_sock