Farhan Beg commited on
Commit
0f35c79
·
unverified ·
1 Parent(s): 2edd90c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- CMD ["/opt/huggingmes/start.sh"]
 
187
  CMD curl -fsS http://localhost:7861/health || exit 1
188
 
189
  USER hermes
190
+ ENTRYPOINT ["/opt/huggingmes/start.sh"]