Skip to content

Commit

Permalink
fix nginx template path
Browse files Browse the repository at this point in the history
Signed-off-by: letonghan <[email protected]>
  • Loading branch information
letonghan committed Dec 25, 2024
1 parent 2b1bd23 commit d61a2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comps/3rd_parties/nginx/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM nginx:alpine

RUN apk add --no-cache gettext

COPY comps/nginx/nginx.conf.template /etc/nginx/nginx.conf.template
COPY comps/3rd_parties/nginx/src/nginx.conf.template /etc/nginx/nginx.conf.template

ENV FRONTEND_SERVICE_IP=localhost
ENV FRONTEND_SERVICE_PORT=5173
Expand Down

0 comments on commit d61a2c1

Please sign in to comment.