Skip to content

Commit 3e07065

Browse files
remove --rm flag from _gcp-deploy to make it easier to debug container crashes
1 parent 86e7eb6 commit 3e07065

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/_gcp-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
# Run the new container
8080
docker run -d \
8181
-p 80:3000 \
82-
--rm \
8382
--env-file .env \
8483
-v /mnt/data:/data \
8584
--name sourcebot \

0 commit comments

Comments
 (0)