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.
1 parent 21fb03c commit 2e496e7Copy full SHA for 2e496e7
.github/workflows/gcp-deploy-staging.yml
@@ -29,6 +29,7 @@ jobs:
29
# Run new container
30
docker run -d \
31
-p 80:3000 \
32
+ --rm \
33
--pull always \
34
--env-file .env.staging \
35
-v /mnt/data:/data \
0 commit comments