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

Add lock file to the image build

parent fab5a74b
Branches
Tags
1 merge request!80Enable accessibility page
......@@ -5,6 +5,7 @@ WORKDIR /app
# Copy the package.json file first in order to cache the modules
COPY ./package.json .
COPY ./package-lock.json .
COPY ./patch.js .
# Install npm dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment