🐳 Adds yarn.lock into amd Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user