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

fix: dockerfile

parent ff020d36
No related branches found
No related tags found
3 merge requests!14Recette,!13Dev,!6Topic search
......@@ -28,6 +28,7 @@ FROM nginx:1.16.0-alpine
# copy artifact build from the 'build environment'
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
......
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