Update Dockerfile
Browse files- 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 |
-
|
| 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"]
|