build: handle running portfolio docker container
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
49246ce9ee
commit
89631a71e1
@ -16,7 +16,7 @@ steps:
|
|||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- docker stop portfolio
|
- docker rm -f portfolio || true
|
||||||
- docker run -p 8180:8180 -d --name portfolio portfolio-image
|
- docker run -p 8180:8180 -d --name portfolio portfolio-image
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user