tastypear commited on
Commit
efae0ef
·
verified ·
1 Parent(s): 64169d3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ RUN ls /code
21
 
22
  RUN pip install -r /code/requirements.txt
23
 
24
- CMD ["python", "main.py", "&", "python", "checker.py", "&"]
 
21
 
22
  RUN pip install -r /code/requirements.txt
23
 
24
+ CMD ["bash", "./start.sh"]