Skip to content

Commit a20e2e2

Browse files
bpedersen2Junjiequan
authored andcommitted
Fix things deleted to much
Change-Id: Ia245afd6a832889bd057ae3e6755f30910f96edf
1 parent 9601e04 commit a20e2e2

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)