Skip to content
Snippets Groups Projects
Commit a11c3997 authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Modify paht of built app in dockerfile

parent d62724bf
Branches
Tags
No related merge requests found
Pipeline #
...@@ -17,7 +17,7 @@ RUN npm run build:${env} ...@@ -17,7 +17,7 @@ RUN npm run build:${env}
# Stage 1, based on Nginx, to have only the compiled app # Stage 1, based on Nginx, to have only the compiled app
FROM nginx FROM nginx
COPY --from=builder /app/dist /usr/share/nginx/html COPY --from=builder /app/dist/admin-gui /usr/share/nginx/html
RUN ls -l /usr/share/nginx/html RUN ls -l /usr/share/nginx/html
EXPOSE 80 EXPOSE 80
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment