Skip to content

Commit

Permalink
hotfix: docker binding fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
shba007 committed Jul 10, 2024
1 parent 5959748 commit f68ae85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ jobs:
docker ps -a -q --filter ancestor=${{ env.IMAGE_NAME }} | xargs -r docker rm
docker rmi ${{ env.IMAGE_NAME }}
docker pull ${{ env.IMAGE_NAME }}
docker run --detach --name ${{ env.IMAGE_TITLE }} --mount type=bind,source=$(pwd)/testimonials.yml,target=/app/testimonials.yml,,readonly --env-file ~/${{ env.IMAGE_TITLE }}/.env.prod -p ${{ env.PORT }}:3000 ${{ env.IMAGE_NAME }}
docker run --detach --name ${{ env.IMAGE_TITLE }} --mount type=bind,source=~/${{ env.IMAGE_TITLE }}/testimonials.yml,target=/app/testimonials.yml,readonly --env-file ~/${{ env.IMAGE_TITLE }}/.env.prod -p ${{ env.PORT }}:3000 ${{ env.IMAGE_NAME }}

0 comments on commit f68ae85

Please sign in to comment.