ksvmuralidhar commited on
Commit
357677e
·
verified ·
1 Parent(s): 8b30c4f

Update Dockerfile

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