We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d254a1 + 48da110 commit cb657c6Copy full SHA for cb657c6
Makefile
@@ -22,7 +22,7 @@ default: build
22
23
# Build image
24
build:
25
- docker build -t $(IMAGE_NAME):dev .
+ docker build -t $(IMAGE_NAME):dev .
26
27
# Run tests
28
test: build
docker-compose.yml
@@ -8,8 +8,8 @@ x-app-service: &default-app
8
depends_on:
9
- mongo
10
volumes:
11
- - .:/code
12
- - node_modules:/code/node_modules
+ - .:/code:delegated
+ - node_modules:/code/node_modules:delegated
13
14
services:
15
app:
0 commit comments