Update Dockerfile

This commit is contained in:
Aira Catapang
2026-03-16 02:17:18 +00:00
committed by system
parent 295b4ed90a
commit 8a28105119

View File

@@ -15,7 +15,7 @@ COPY . .
# Set environment variables for production cloud deployment
ENV HEADLESS="true"
ENV PORT=8000
ENV PORT=7860
# Expose the application port
EXPOSE $PORT