PatienceIzere commited on
Commit
ec6bb33
·
verified ·
1 Parent(s): d6d366b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.13.5-slim
3
  WORKDIR /app
4
 
5
  # Copy setup script and make it executable
6
- COPY requirements.txt
7
  COPY setup.sh .
8
  RUN chmod +x setup.sh
9
 
 
3
  WORKDIR /app
4
 
5
  # Copy setup script and make it executable
6
+ COPY requirements.txt .
7
  COPY setup.sh .
8
  RUN chmod +x setup.sh
9