Skip to content

Commit c1b867a

Browse files
committed
도커 런 커멘드 변경
1 parent d99d524 commit c1b867a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/backend-dev.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ jobs:
5656
docker pull "$IMAGE"
5757
docker rm -f "$NAME" || true
5858
docker run -d \
59-
--name "$NAME" \
59+
--name quizzes_game_io_backend_app \
6060
--restart unless-stopped \
61-
--env-file "$ENV_FILE" \
61+
--env-file /home/github-runner/app/.env \
62+
--network quizzes_game_io_backend_default \
6263
-p 127.0.0.1:8080:8080 \
63-
"$IMAGE"
64+
ghcr.io/modern-agile-team/quizz-game-io-backend:latest
6465
6566
# - name: Health check
6667
# run: curl -fsS http://127.0.0.1:3000/health

0 commit comments

Comments
 (0)