build: add container name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danilo Cesa 2025-08-02 10:33:46 +08:00
parent 54299871e4
commit cdd74131b9

View File

@ -16,7 +16,8 @@ steps:
- name: dockersock
path: /var/run/docker.sock
commands:
- docker run -p 8180:8180 -d portfolio-image
- docker stop portfolio
- docker run -p 8180:8180 -d portfolio-image --name portfolio
volumes:
- name: dockersock