Skip to content

Commit 87d73be

Browse files
thanh-nguyen-dangpaulineribeyre
authored andcommitted
fix port number
1 parent 9a85f23 commit 87d73be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN yarn run build
6565
# which runs Nginx using Alpine Linux
6666
FROM nginxinc/nginx-unprivileged:1.25-alpine as final
6767
#RUN apk add --no-cache bash
68-
ENV PORT=80
68+
ENV PORT=8080
6969
RUN rm /etc/nginx/conf.d/default.conf
7070
USER nginx
7171
COPY --chown=nginx:nginx .docker/Viewer-v3.x /usr/src

0 commit comments

Comments
 (0)