🐳 Adds yarn.lock into amd Dockerfile

This commit is contained in:
Alicia Sykes 2021-08-08 18:35:12 +01:00
parent 203a54f30d
commit f85dbe42f2
1 changed files with 1 additions and 0 deletions

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