anindya-hf-2002 commited on
Commit
ac54c20
·
verified ·
1 Parent(s): 1792f9f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ WORKDIR /app
19
  COPY requirements.txt .
20
  COPY src/ ./src/
21
  COPY *.py ./
22
- COPY execute.sh ./execute.sh # Ensure the script is copied with its filename
23
 
24
  # Install Python dependencies
25
  RUN pip install --no-cache-dir -r requirements.txt
 
19
  COPY requirements.txt .
20
  COPY src/ ./src/
21
  COPY *.py ./
22
+ COPY execute.sh ./execute.sh
23
 
24
  # Install Python dependencies
25
  RUN pip install --no-cache-dir -r requirements.txt