Skip to content

Commit

Permalink
๐Ÿ”ง fix : deploy action docker run ํฌํŠธ ๋งคํ•‘ ๋ณ€๊ฒฝ
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Nov 26, 2024
1 parent 7cdf335 commit 3f7dc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
docker run -d \
--name ${{ matrix.app.container }} \
--network juga-network \
-p ${{ matrix.app.port }}:${{ matrix.app.port }} \
-p ${{ matrix.app.port }}:3000 \
--env-file ${{matrix.app.name}}.env \
${{ env.DOCKER_IMAGE }}-${{ matrix.app.name }}:${{ env.DOCKER_TAG }}
Expand Down

0 comments on commit 3f7dc71

Please sign in to comment.