Skip to content

Commit d537a50

Browse files
committed
Update production workflow to mount Docker socket for improved container access
1 parent 17dba3c commit d537a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- name: Deploy to Docker Hub Production
1515
run:
1616
ls -lash &&
17-
docker run --rm -v ./:/app nozich/bunode:latest zsh -c "ls -lash && bun run ./push.js"
17+
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v ./:/app nozich/bunode:latest zsh -c "ls -lash && bun run ./push.js"

0 commit comments

Comments
 (0)