Update drone.yml
continuous-integration/drone Build is passing
Details
continuous-integration/drone Build is passing
Details
parent
4373e27d40
commit
c420043ba3
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue