Skip to content
Snippets Groups Projects
Commit 2e1acaf9 authored by Matthieu Benoist's avatar Matthieu Benoist
Browse files

Add package lock to builder

parent fd719010
Branches
Tags
1 merge request!23Major angular update and bug fixes
......@@ -3,6 +3,7 @@ FROM node:14.15.1 as builder
# Copy the package.json file first in order to cache the modules
COPY ./package.json /app/package.json
COPY ./package-lock.json /app/package-lock.json
WORKDIR /app
# Install npm dependencies
RUN npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment