Skip to content

Commit

Permalink
location of nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJMiller committed Dec 16, 2023
1 parent 3f99aba commit 64ff734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN yarn install && yarn workspace frontend build
FROM docker.io/nginx:1-alpine

COPY --from=builder /build/frontend/dist /usr/share/nginx/html
ADD nginx.conf /etc/nginx/nginx.conf
ADD frontend/nginx.conf /etc/nginx/nginx.conf

0 comments on commit 64ff734

Please sign in to comment.