mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
🚑️ Adds copy yarn.lock
This commit is contained in:
parent
4d667e9245
commit
0d1205aa95
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ WORKDIR ${DIRECTORY}
|
|||
|
||||
# Copy over both 'package.json' and 'package-lock.json' (if available)
|
||||
COPY package*.json ./
|
||||
COPY yarn.lock ./
|
||||
|
||||
# Install project dependencies
|
||||
RUN yarn
|
||||
|
|
|
|||
Loading…
Reference in a new issue