Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
-
|
|
|
|
| 21 |
COPY entrypoint.sh /entrypoint.sh
|
| 22 |
RUN chmod +x /entrypoint.sh
|
| 23 |
|
| 24 |
+
CMD /entrypoint.sh
|