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

fix: dockerfile

parent 34fdcc10
No related branches found
No related tags found
1 merge request!11Recette
......@@ -29,6 +29,7 @@ FROM nginx
RUN apt-get update
COPY --from=build /app/dist/fr /usr/share/nginx/html
COPY --from=build /app/dist/fr /usr/share/nginx/html/fr
RUN touch /var/run/nginx.pid
RUN ls -l /usr/share/nginx/html
......
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