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

Update Dockerfile

parent f5860ad4
Branches
Tags
1 merge request!11Recette
...@@ -6,6 +6,9 @@ WORKDIR /app ...@@ -6,6 +6,9 @@ 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 . . COPY . .
RUN mkdir api
RUN cp routes.json ./api
# Install npm dependencies # Install npm dependencies
RUN npm install RUN npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment