Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 4671cbf

Browse files
committed
[CD] wip
1 parent 2e73b58 commit 4671cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
docker pull ghcr.io/$IMAGE_NAME:latest
6666
docker stop mapdb2 || true
6767
docker rm mapdb2 || true
68-
docker run --name mapdb2 -p 3003:8000 \
68+
docker run -d --name mapdb2 -p 3003:8000 \
6969
--volume=./maps:/app/storage/app/private \
7070
--volume=./caddy_config:/config \
7171
--volume=./data:/data \

0 commit comments

Comments
 (0)