We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 662e7ff + 849b5bb commit 8230f44Copy full SHA for 8230f44
.github/workflows/deploy.yaml
@@ -59,5 +59,5 @@ jobs:
59
docker run -d --name ${{ env.CONTAINER_NAME }} \
60
-p ${{ env.HOST_PORT }}:8000 \
61
-v ./.env:/app/.env \
62
- ${{ env.IMAGE_NAME }}
+ --restart unless-stopped ${{ env.IMAGE_NAME }}
63
EOF
0 commit comments