Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -3,6 +3,7 @@ FROM python:3.12.3-slim
|
|
| 3 |
|
| 4 |
# Create the logs directory with appropriate permissions
|
| 5 |
RUN mkdir -p /app/logs && chmod -R 777 /app/logs
|
|
|
|
| 6 |
|
| 7 |
# Set the working directory in the container
|
| 8 |
WORKDIR /app
|
|
|
|
| 3 |
|
| 4 |
# Create the logs directory with appropriate permissions
|
| 5 |
RUN mkdir -p /app/logs && chmod -R 777 /app/logs
|
| 6 |
+
RUN mkdir -p /tmp/outputs && chmod -R 777 /tmp/outputs # Create /tmp/outputs
|
| 7 |
|
| 8 |
# Set the working directory in the container
|
| 9 |
WORKDIR /app
|