dljdd commited on
Commit
7d27e85
1 Parent(s): e032779

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
20
  COPY . .
21
 
22
  # Specify the command to run when the container starts
23
- CMD ["python", "your_script.py"]
 
20
  COPY . .
21
 
22
  # Specify the command to run when the container starts
23
+ CMD ["python", "app.py"]