Update port

This commit is contained in:
TheMaddax 2024-11-27 12:10:21 -06:00
parent a7345c80a2
commit 992a4a6500

View file

@ -29,7 +29,7 @@ COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static
COPY --from=builder /app/src/styles/output.css ./src/styles/output.css
EXPOSE 3000
EXPOSE 805
ENV PORT 3000
ENV HOSTNAME "0.0.0.0"