We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e1d0e commit c56d18dCopy full SHA for c56d18d
.github/workflows/production-deploy.yml
@@ -46,4 +46,5 @@ jobs:
46
fi
47
48
# 새 컨테이너 실행
49
- docker run -d --name motimo-fe-production -p 3000:3000 --env-file ./production.env ${{ secrets.DOCKERHUB_USERNAME }}/motimo-fe-production:${{ github.sha }}
+ docker run -d --name motimo-fe-production -p 3000:3000 --restart always --env-file ./production.env ${{ secrets.DOCKERHUB_USERNAME }}/motimo-fe-production:${{ github.sha }}
50
+
0 commit comments