bw-cli in docker hopefully...

This commit is contained in:
Charles N Wyble - admin 2022-03-14 17:17:36 -05:00
parent cabcedf88a
commit b4c0b2e613

View File

@ -0,0 +1,9 @@
version: "3"
services:
dev:
image: "node:16.14-buster-slim"
user: "node"
working_dir: /home/node/dev
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /docker/storage/overhead/bw-cli:/home/node/dev