fix: fix package-lock.json typo in volumes (#2162)

This commit is contained in:
reymon359 2020-09-14 19:23:24 +02:00 committed by GitHub
parent 3e404d33fd
commit 8b8adb146f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ services:
volumes:
- ./:/opt/node_app/app:delegated
- ./package.json:/opt/node_app/package.json
- ./package-lock.lock:/opt/node_app/package-lock.lock
- ./package-lock.json:/opt/node_app/package-lock.json
- notused:/opt/node_app/app/node_modules
volumes: