This commit is contained in:
2025-11-29 19:04:17 +05:30
parent 18d43f9481
commit 5316b76bd6

View File

@@ -118,7 +118,7 @@ steps:
path: /var/run/docker.sock
commands:
- echo "🛑 Stopping old container..."
- docker rm -f blog || true
- docker rm -f tic-tac-toe-ui || true
- name: run-container
image: docker:24
@@ -131,8 +131,8 @@ steps:
- echo "🚀 Starting container lila-games/tic-tac-toe-ui:$IMAGE_TAG ..."
- |
docker run -d \
--name blog \
-p 3002:3000 \
--name tic-tac-toe-ui \
-p 3003:3000 \
-e NODE_ENV=production \
--restart always \
lila-games/tic-tac-toe-ui:$IMAGE_TAG