tastypear commited on
Commit
c7c94a9
1 Parent(s): 800a01c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ RUN pip install -r /code/requirements.txt
23
 
24
  RUN chmod +x /code/start.sh
25
 
26
- CMD ["bash","/start.sh"]
 
23
 
24
  RUN chmod +x /code/start.sh
25
 
26
+ CMD ["bash","start.sh"]