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

Update Dockerfile

parent 0c88b029
No related branches found
No related tags found
1 merge request!11Recette
......@@ -4,8 +4,8 @@ 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 .
COPY ../package-lock.json .
# Install npm dependencies
RUN npm install --silent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment