Update drone.yml
continuous-integration/drone Build is passing Details

master
djabsher 2023-07-29 05:41:27 +00:00
parent 4373e27d40
commit c420043ba3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ steps:
commands: commands:
- docker build --tag ofb_angular . - docker build --tag ofb_angular .
- docker rm -f ofb_angular || true - docker rm -f ofb_angular || true
- docker run --name ofb_angular --restart always -v /root/apps/ofb/media:/media -d -p "8111:8111" ofb_angular - docker run --name=ofb_angular --network=proxy --restart always -v /root/apps/ofb/media:/media -d ofb_angular
volumes: volumes: