aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 510681f..9af85dd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,7 +34,7 @@ COPY --from=build /app/build ./build
COPY public ./public
ENV NODE_ENV=production \
- PORT=8080 \
+ PORT=80 \
BIND_ADDRESS=0.0.0.0 \
UPLOAD_LIMIT=134217700 \
LOG_LEVEL=info \
@@ -44,4 +44,4 @@ RUN mkdir -p ${HOST_DIR}
VOLUME [ "${HOST_DIR}" ]
EXPOSE ${PORT}
-CMD [ "node", "./build/index.js" ] \ No newline at end of file
+CMD [ "node", "./build/index.js" ]