Skip to content

Commit f23d08a

Browse files
committed
Fix override example file
1 parent a3ac6b5 commit f23d08a

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

docker-compose.override.yml.example

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
services:
2+
api:
3+
build:
4+
context: .
5+
target: dev-container
6+
command: bash bin/docker-debug-entrypoint.sh
7+
volumes:
8+
# - ${HOME}/.bashrc:/root/.bashrc:ro # Map a ~/.bashrc in your home directory for customising bash
9+
- ${HOME}/.ssh:/root/.ssh:ro # To share any ssh keys with the container
10+
- /var/run/docker.sock:/var/run/docker.sock
11+
- node_modules:/app/node_modules
12+
13+
volumes:
14+
node-modules: null

0 commit comments

Comments
 (0)