srivatsavdamaraju commited on
Commit
50d1e24
1 Parent(s): 70df24d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ COPY requirements.txt /app/
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
  # Copy the Python client script into the container
17
- COPY client.py /app/
18
 
19
  # Set the command to run the Python client
20
  CMD ["python", "app.py"]
 
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
  # Copy the Python client script into the container
17
+ COPY app.py /app/
18
 
19
  # Set the command to run the Python client
20
  CMD ["python", "app.py"]