️ Revert copy yarn.lock

This shouldn't have been causing any issues, but it has been the only change made to the Dockerfile and things weren't so great since.
This commit is contained in:
Alicia Sykes 2021-08-09 11:31:07 +01:00 committed by GitHub
parent f8c95bcc9d
commit 4d667e9245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ WORKDIR ${DIRECTORY}
# Copy over both 'package.json' and 'package-lock.json' (if available)
COPY package*.json ./
COPY yarn.lock ./
# Install project dependencies
RUN yarn