This commit is contained in:
Dmitry Sirotkin 2025-03-22 11:11:15 +03:00
parent aefef71869
commit a72814e377

View File

@ -37,4 +37,5 @@ jobs:
docker pull <your-docker-registry>/workshop:latest docker pull <your-docker-registry>/workshop:latest
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