Skip to content

Commit 3b047ae

Browse files
committed
Adds npm
1 parent 36d78de commit 3b047ae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-compose.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,11 @@ services:
5757
- php
5858
networks:
5959
- laravel
60+
61+
npm:
62+
image: node:latest
63+
container_name: npm
64+
volumes:
65+
- ./src:/var/www/html
66+
working_dir: /var/www/html
67+
entrypoint: ['npm', '--no-bin-links']

0 commit comments

Comments
 (0)