dakunesu commited on
Commit
5902f65
·
verified ·
1 Parent(s): e5f92a6

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ RUN chmod -R 777 /app
29
  RUN pip install --no-cache-dir -r requirements.txt
30
 
31
  # copy README.txt to /root
32
- COPY /app/README.txt /root
33
 
34
  # Set the command to run when the container starts
35
  # This command will start the Flask application
 
29
  RUN pip install --no-cache-dir -r requirements.txt
30
 
31
  # copy README.txt to /root
32
+ RUN cp README.txt /root
33
 
34
  # Set the command to run when the container starts
35
  # This command will start the Flask application