mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
remove --rm flag from _gcp-deploy to make it easier to debug container crashes
This commit is contained in:
parent
86e7eb63a9
commit
3e07065dc9
1 changed files with 0 additions and 1 deletions
1
.github/workflows/_gcp-deploy.yml
vendored
1
.github/workflows/_gcp-deploy.yml
vendored
|
|
@ -79,7 +79,6 @@ jobs:
|
|||
# Run the new container
|
||||
docker run -d \
|
||||
-p 80:3000 \
|
||||
--rm \
|
||||
--env-file .env \
|
||||
-v /mnt/data:/data \
|
||||
--name sourcebot \
|
||||
|
|
|
|||
Loading…
Reference in a new issue