Skip to content

Commit

Permalink
Fix things deleted to much
Browse files Browse the repository at this point in the history
Change-Id: Ia245afd6a832889bd057ae3e6755f30910f96edf
  • Loading branch information
bpedersen2 committed Dec 27, 2024
1 parent f31a7d6 commit 2f3ff43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ COPY . /frontend/
RUN npx ng build

FROM nginxinc/nginx-unprivileged
RUN rm -rf /usr/share/nginx/html/*
COPY --from=builder /frontend/dist/ /usr/share/nginx/html/
COPY scripts/nginx.conf /etc/nginx/nginx.conf
EXPOSE 8080

0 comments on commit 2f3ff43

Please sign in to comment.