diff --git a/Dockerfile b/Dockerfile index 576cb4e..5b6a112 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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