Skip to content

Commit

Permalink
nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
iandday committed May 4, 2024
1 parent 0e1a1aa commit 4c7a99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY ./frontend .
RUN npm run build


FROM nginxinc/nginx-unprivileged
FROM nginx:latest

COPY ./proxy/proxy_params /etc/nginx/
COPY ./proxy/default.conf /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit 4c7a99f

Please sign in to comment.