Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ RUN pip3 install --no-cache-dir -r requirements.txt
|
|
| 28 |
|
| 29 |
# Copy the application code into the container
|
| 30 |
COPY * .
|
| 31 |
-
COPY anon.session /tmp
|
| 32 |
|
| 33 |
# Create the image cache directory (ensure write permissions)
|
| 34 |
RUN mkdir -p image_cache
|
|
|
|
| 28 |
|
| 29 |
# Copy the application code into the container
|
| 30 |
COPY * .
|
| 31 |
+
COPY anon.session /tmp/anon.season
|
| 32 |
|
| 33 |
# Create the image cache directory (ensure write permissions)
|
| 34 |
RUN mkdir -p image_cache
|