🚑️ Adds copy yarn.lock

This commit is contained in:
Alicia Sykes
2021-08-09 11:47:27 +01:00
committed by GitHub
parent 4d667e9245
commit 0d1205aa95

View File

@@ -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