diff --git a/Dockerfile b/Dockerfile index 460ea58e8..04b60695a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,9 +23,9 @@ COPY --chown=node:node --from=build /app/.output ./ USER node ENV HOST=0.0.0.0 -ENV PORT=80 +ENV PORT=8080 ENV NODE_ENV=production -EXPOSE 80 +EXPOSE 8080 CMD [ "node", "/app/server/index.mjs" ]