Morgan Funtowicz commited on
Commit
8ae7bdd
·
1 Parent(s): 69cb715

misc(whisper): rename endpoint.py to handler.py

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. 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/endpoint.py"]
 
10
  EXPOSE 8000
11
 
12
  ENTRYPOINT ["python3"]
13
+ CMD ["/opt/endpoints/handler.py"]
endpoint.py → handler.py RENAMED
File without changes