⏪️ 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:
@@ -10,7 +10,6 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user