Farhan Beg commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -187,4 +187,4 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=120s \
|
|
| 187 |
CMD curl -fsS http://localhost:7861/health || exit 1
|
| 188 |
|
| 189 |
USER hermes
|
| 190 |
-
|
|
|
|
| 187 |
CMD curl -fsS http://localhost:7861/health || exit 1
|
| 188 |
|
| 189 |
USER hermes
|
| 190 |
+
ENTRYPOINT ["/opt/huggingmes/start.sh"]
|