understanding commited on
Commit
992fe0d
·
verified ·
1 Parent(s): bb49838

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,5 +13,5 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
13
  # Copy the rest of the application code into the container
14
  COPY . .
15
 
16
- # Command to run the application
17
  CMD ["python", "app.py"]
 
13
  # Copy the rest of the application code into the container
14
  COPY . .
15
 
16
+ # Command to run the application when the container starts
17
  CMD ["python", "app.py"]