Skip to content

Commit b2b46d3

Browse files
authored
Update docker-compose-dev.yml to avoid running npm i locally (#531)
1 parent 079ba07 commit b2b46d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployment/docker-compose/docker-compose-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ services:
3232
dockerfile: Dockerfile.dev
3333
volumes:
3434
- ../../admin_app:/app
35+
- /app/node_modules
3536
depends_on:
3637
- core_backend
3738
restart: always

0 commit comments

Comments
 (0)