Skip to content

Commit 2ac5172

Browse files
committed
Updates node version, uses different entrypoint
1 parent 0896aba commit 2ac5172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ services:
5959
- laravel
6060

6161
npm:
62-
image: node:latest
62+
image: node:13.7
6363
container_name: npm
6464
volumes:
6565
- ./src:/var/www/html
6666
working_dir: /var/www/html
67-
entrypoint: ['npm', '--no-bin-links']
67+
entrypoint: ['npm']
6868

6969
artisan:
7070
build:

0 commit comments

Comments
 (0)