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

Update Dockerfile

parent aeced2a7
No related branches found
No related tags found
1 merge request!11Recette
......@@ -7,7 +7,7 @@ WORKDIR /app
COPY . .
# Install npm dependencies
RUN npm install --silent
RUN npm install
# run json-server
RUN npm run api
......
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