Update Dockerfile

This commit is contained in:
2025-09-09 18:02:21 +00:00
parent 4029e277e3
commit ee1724ae75

View File

@@ -29,6 +29,6 @@ COPY --from=build /app/.output/ ./
ENV PORT=80 ENV PORT=80
ENV HOST=0.0.0.0 ENV HOST=0.0.0.0
EXPOSE 80 EXPOSE 81
CMD ["node", "/app/server/index.mjs"] CMD ["node", "/app/server/index.mjs"]