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

Update Dockerfile

parent f5860ad4
No related branches found
No related tags found
1 merge request!11Recette
......@@ -6,6 +6,9 @@ WORKDIR /app
# Copy the package.json file first in order to cache the modules
COPY . .
RUN mkdir api
RUN cp routes.json ./api
# Install npm dependencies
RUN npm install
......
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