Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,7 +27,7 @@ RUN apt-get update && apt-get install -y \
|
|
27 |
&& pip install --no-cache-dir -r requirements.txt
|
28 |
|
29 |
# Copy application code
|
30 |
-
COPY app.py .
|
31 |
|
32 |
# Create cache and logs directories with write permissions
|
33 |
RUN mkdir -p /app/cache /app/logs \
|
|
|
27 |
&& pip install --no-cache-dir -r requirements.txt
|
28 |
|
29 |
# Copy application code
|
30 |
+
COPY app.py .
|
31 |
|
32 |
# Create cache and logs directories with write permissions
|
33 |
RUN mkdir -p /app/cache /app/logs \
|