diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" ] |
