Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -45,6 +45,8 @@ RUN npx playwright install --with-deps chromium
|
|
| 45 |
# Copy the application source code
|
| 46 |
COPY . .
|
| 47 |
|
|
|
|
|
|
|
| 48 |
# Expose the port
|
| 49 |
EXPOSE 7860
|
| 50 |
|
|
|
|
| 45 |
# Copy the application source code
|
| 46 |
COPY . .
|
| 47 |
|
| 48 |
+
RUN mkdir -p /app/downloads && chmod -R 777 /app/downloads
|
| 49 |
+
|
| 50 |
# Expose the port
|
| 51 |
EXPOSE 7860
|
| 52 |
|