Jakecole1 commited on
Commit
fe2e7bc
·
verified ·
1 Parent(s): 6e82ac7

Update DockerFile

Browse files
Files changed (1) hide show
  1. DockerFile +1 -1
DockerFile CHANGED
@@ -14,4 +14,4 @@ COPY . /main
14
  RUN pip install -r requirements.txt
15
 
16
  # Set default command
17
- CMD ["python", "app.py"]
 
14
  RUN pip install -r requirements.txt
15
 
16
  # Set default command
17
+ CMD ["python", "main.py"]