.
This commit is contained in:
parent
aefef71869
commit
a72814e377
@ -38,3 +38,4 @@ jobs:
|
|||||||
docker stop workshop-container || true # Stop existing container if it exists
|
docker stop workshop-container || true # Stop existing container if it exists
|
||||||
docker rm workshop-container || true # Remove existing container if it exists
|
docker rm workshop-container || true # Remove existing container if it exists
|
||||||
docker run -d -p 8080:80 --name workshop-container <your-docker-registry>/workshop:latest
|
docker run -d -p 8080:80 --name workshop-container <your-docker-registry>/workshop:latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user