LoremPizza commited on
Commit
ef851d6
·
verified ·
1 Parent(s): 1ef5a85

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ RUN pip install --no-cache-dir -r requirements.txt
19
  EXPOSE 8080
20
 
21
  # Run run.py when the container launches
22
- CMD ["python", "run.py"]
 
19
  EXPOSE 8080
20
 
21
  # Run run.py when the container launches
22
+ CMD ["python", "main.py"]