Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ac5172

Browse files
committed
Updates node version, uses different entrypoint
1 parent0896aba commit2ac5172

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)

[8]ページ先頭

©2009-2025 Movatter.jp