mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-23 08:52:28 +03:00
🐳 Adds yarn.lock into amd Dockerfile
This commit is contained in:
parent
203a54f30d
commit
f85dbe42f2
@ -10,6 +10,7 @@ WORKDIR ${DIRECTORY}
|
|||||||
|
|
||||||
# Copy over both 'package.json' and 'package-lock.json' (if available)
|
# Copy over both 'package.json' and 'package-lock.json' (if available)
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
COPY yarn.lock ./
|
||||||
|
|
||||||
# Install project dependencies
|
# Install project dependencies
|
||||||
RUN yarn
|
RUN yarn
|
||||||
|
Loading…
Reference in New Issue
Block a user