Skip to content

Commit

Permalink
fix port number
Browse files Browse the repository at this point in the history
  • Loading branch information
thanh-nguyen-dang authored and paulineribeyre committed May 1, 2024
1 parent 9a85f23 commit 87d73be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN yarn run build
# which runs Nginx using Alpine Linux
FROM nginxinc/nginx-unprivileged:1.25-alpine as final
#RUN apk add --no-cache bash
ENV PORT=80
ENV PORT=8080
RUN rm /etc/nginx/conf.d/default.conf
USER nginx
COPY --chown=nginx:nginx .docker/Viewer-v3.x /usr/src
Expand Down

0 comments on commit 87d73be

Please sign in to comment.