Morgan Funtowicz
commited on
Commit
·
8ae7bdd
1
Parent(s):
69cb715
misc(whisper): rename endpoint.py to handler.py
Browse files- Dockerfile +1 -1
- endpoint.py → handler.py +0 -0
Dockerfile
CHANGED
|
@@ -10,4 +10,4 @@ COPY endpoint.py /opt/endpoints/
|
|
| 10 |
EXPOSE 8000
|
| 11 |
|
| 12 |
ENTRYPOINT ["python3"]
|
| 13 |
-
CMD ["/opt/endpoints/
|
|
|
|
| 10 |
EXPOSE 8000
|
| 11 |
|
| 12 |
ENTRYPOINT ["python3"]
|
| 13 |
+
CMD ["/opt/endpoints/handler.py"]
|
endpoint.py → handler.py
RENAMED
|
File without changes
|