ApaCu commited on
Commit
008fc72
·
verified ·
1 Parent(s): a32a522

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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