Update Dockerfile

This commit is contained in:
2025-09-09 18:02:58 +00:00
parent ee1724ae75
commit dc53ccc81d

View File

@@ -26,7 +26,7 @@ WORKDIR /app
COPY --from=build /app/.output/ ./ COPY --from=build /app/.output/ ./
# Change the port and host # Change the port and host
ENV PORT=80 ENV PORT=81
ENV HOST=0.0.0.0 ENV HOST=0.0.0.0
EXPOSE 81 EXPOSE 81