anindya-hf-2002 commited on
Commit
59e3b1b
·
verified ·
1 Parent(s): 228dcf2

Update Dockerfile

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