tengal-teemo commited on
Commit
9bbbb53
1 Parent(s): 65ffff5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ RUN curl -fLo whispermodel.ggml $WHISPERMODEL || true
21
  COPY entrypoint.sh /entrypoint.sh
22
  RUN chmod +x /entrypoint.sh
23
 
24
- ENTRYPOINT ["/entrypoint.sh"]
 
21
  COPY entrypoint.sh /entrypoint.sh
22
  RUN chmod +x /entrypoint.sh
23
 
24
+ CMD /entrypoint.sh