ksvmuralidhar commited on
Commit
633fb94
1 Parent(s): 9242060

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,4 +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
- 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 ["newrelic-admin", "run-program", "/webapp/start.sh"]