nam pham commited on
Commit
3c8dfb6
·
1 Parent(s): c21482b

fix: command run api

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,5 +33,5 @@ COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
33
 
34
  # Install litserve and requirements
35
  EXPOSE 7860
36
- CMD ["sh", "/app/bin/start-api.sh"]
37
 
 
33
 
34
  # Install litserve and requirements
35
  EXPOSE 7860
36
+ CMD ["sh", "/app/bin/api-start.sh"]
37