Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +4 -2
Dockerfile
CHANGED
@@ -49,5 +49,7 @@ RUN ls
|
|
49 |
EXPOSE 9997
|
50 |
|
51 |
# 设置ENTRYPOINT
|
52 |
-
RUN chmod +x /home/user/app/entrypoint.sh
|
53 |
-
ENTRYPOINT ["sh", "/home/user/app/entrypoint.sh"]
|
|
|
|
|
|
49 |
EXPOSE 9997
|
50 |
|
51 |
# 设置ENTRYPOINT
|
52 |
+
#RUN chmod +x /home/user/app/entrypoint.sh
|
53 |
+
#ENTRYPOINT ["sh", "/home/user/app/entrypoint.sh"]
|
54 |
+
RUN chmod +x /inference/entrypoint.sh
|
55 |
+
ENTRYPOINT ["sh", "/inference/entrypoint.sh"]
|