broadfield-dev commited on
Commit
e52b59e
·
verified ·
1 Parent(s): 14e6af3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,6 +15,6 @@ COPY . .
15
  # Ensure the temp directory is writable
16
  RUN mkdir -p /app/temp && chmod -R 777 /app/temp
17
 
18
- ENV PORT=7860
19
  # Run the app inside the virtual display
20
  CMD ["xvfb-run", "python", "app.py"]
 
15
  # Ensure the temp directory is writable
16
  RUN mkdir -p /app/temp && chmod -R 777 /app/temp
17
 
18
+ EXPOSE 7860
19
  # Run the app inside the virtual display
20
  CMD ["xvfb-run", "python", "app.py"]