Skip to content

Commit eabc151

Browse files
s
1 parent 950b998 commit eabc151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scratch-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ jobs:
7575
docker rm sourcebot || true
7676
7777
# Run the new container
78+
# -v /mnt/data:/data \
7879
docker run -d \
7980
-p 80:3000 \
8081
--rm \
8182
--env-file .env \
82-
# -v /mnt/data:/data \
8383
--name sourcebot \
8484
${{ env.IMAGE_PATH }}:${{ github.sha }}
8585
EOF

0 commit comments

Comments
 (0)