From 4d667e92458be30fd35c2610cd45c504abdba64d Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 9 Aug 2021 11:31:07 +0100 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=EF=B8=8F=20Revert=20copy=20yarn.lock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9cde9c99..5814f880 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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