Dockerfile update

This commit is contained in:
Diamantis Tziotzios 2024-06-11 09:55:35 +03:00
parent e4ee88a421
commit 6280aa79bc
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ RUN mkdir -p /tmp/log/nginx
RUN rm -rf /usr/share/nginx/html/*
# Copy from the stage 1
COPY --from=builder /src/src /usr/share/nginx/html
COPY --from=builder /src/dist/browser /usr/share/nginx/html
RUN cp /usr/share/nginx/html/index.html /usr/share/nginx/html/index_base.html
EXPOSE 8080