We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a85f23 commit 87d73beCopy full SHA for 87d73be
Dockerfile
@@ -65,7 +65,7 @@ RUN yarn run build
65
# which runs Nginx using Alpine Linux
66
FROM nginxinc/nginx-unprivileged:1.25-alpine as final
67
#RUN apk add --no-cache bash
68
-ENV PORT=80
+ENV PORT=8080
69
RUN rm /etc/nginx/conf.d/default.conf
70
USER nginx
71
COPY --chown=nginx:nginx .docker/Viewer-v3.x /usr/src
0 commit comments