Spaces:
Running
Running
Update Dockerfile
Browse files- 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"]
|