Skip to content

Commit c1d0346

Browse files
Add nginx.conf to image build
1 parent 0220e37 commit c1d0346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN npm run build:nolint
2121
# Create image for deployment
2222
FROM nginxinc/nginx-unprivileged:stable AS deployment
2323

24+
COPY nginx.conf /etc/nginx/nginx.conf
2425
ARG DOCROOT=/usr/share/nginx/html
2526
COPY --from=build /app/dist ${DOCROOT}
2627

0 commit comments

Comments
 (0)