Skip to content

Commit 7bf8f00

Browse files
committed
fix(add-nginx-dir): place nginx-config file into web/nginx directory
1 parent bf65971 commit 7bf8f00

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ FROM nginx:stable-alpine AS production
1212
WORKDIR /usr/share/nginx/html
1313
RUN rm -rf ./*
1414
COPY --from=builder /app/dist ./
15-
COPY nginx.conf /etc/nginx/conf.d/default.conf
15+
COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf
1616
EXPOSE 4173
1717
CMD ["nginx", "-g", "daemon off;"]
File renamed without changes.

0 commit comments

Comments
 (0)