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
No related branches found
No related tags found
1 merge request!80Enable accessibility page
...@@ -5,6 +5,7 @@ WORKDIR /app ...@@ -5,6 +5,7 @@ WORKDIR /app
# Copy the package.json file first in order to cache the modules # Copy the package.json file first in order to cache the modules
COPY ./package.json . COPY ./package.json .
COPY ./package-lock.json .
COPY ./patch.js . COPY ./patch.js .
# Install npm dependencies # Install npm dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment