Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,7 @@ COPY . /app
|
|
| 9 |
|
| 10 |
# Install dependencies
|
| 11 |
RUN pip install -r requirements.txt
|
| 12 |
-
|
| 13 |
# Expose the port FastAPI will run on
|
| 14 |
EXPOSE 7860
|
| 15 |
|
|
|
|
| 9 |
|
| 10 |
# Install dependencies
|
| 11 |
RUN pip install -r requirements.txt
|
| 12 |
+
RUN mkdir -p /app/uploads && chmod 777 /app/uploads
|
| 13 |
# Expose the port FastAPI will run on
|
| 14 |
EXPOSE 7860
|
| 15 |
|