mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-02 03:25:53 +01:00
fix: fix package-lock.json typo in volumes (#2162)
This commit is contained in:
parent
3e404d33fd
commit
8b8adb146f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user