Skip to content

Commit 2f3ff43

Browse files
committed
Fix things deleted to much
Change-Id: Ia245afd6a832889bd057ae3e6755f30910f96edf
1 parent f31a7d6 commit 2f3ff43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ COPY . /frontend/
99
RUN npx ng build
1010

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

0 commit comments

Comments
 (0)