We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17dba3c commit d537a50Copy full SHA for d537a50
.github/workflows/prod.yaml
@@ -14,4 +14,4 @@ jobs:
14
- name: Deploy to Docker Hub Production
15
run:
16
ls -lash &&
17
- docker run --rm -v ./:/app nozich/bunode:latest zsh -c "ls -lash && bun run ./push.js"
+ 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