tastypear commited on
Commit
90c3f7b
1 Parent(s): 82457ba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ RUN pip install -r /code/requirements.txt
19
 
20
  RUN chmod +x /code/start.sh
21
 
22
- CMD ["/code/start.sh"]
 
19
 
20
  RUN chmod +x /code/start.sh
21
 
22
+ CMD ["./start.sh"]