ksvmuralidhar commited on
Commit
9aa2601
·
verified ·
1 Parent(s): 126715d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -6,5 +6,4 @@ RUN pip install --upgrade pip
6
  RUN pip install --no-cache-dir -r requirements.txt
7
  RUN apt update && apt install -y redis-server
8
  EXPOSE 7860 6379
9
- RUN chmod +x /webapp/start.sh
10
- CMD ["./webapp/start.sh"]
 
6
  RUN pip install --no-cache-dir -r requirements.txt
7
  RUN apt update && apt install -y redis-server
8
  EXPOSE 7860 6379
9
+ CMD ["/webapp/start.sh"]