Skip to content
Snippets Groups Projects
Commit 01754888 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

Update Dockerfile

parent b7cdd582
No related branches found
No related tags found
Loading
......@@ -4,8 +4,7 @@ FROM node:12.16
WORKDIR /app
# Copy the package.json file first in order to cache the modules
COPY ../package.json .
COPY ../package-lock.json .
COPY ./package.json .
# Install npm dependencies
RUN npm install --silent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment