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
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- docker stop portfolio
|
||||
- docker rm -f portfolio || true
|
||||
- docker run -p 8180:8180 -d --name portfolio portfolio-image
|
||||
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user