Spaces:
Sleeping
Sleeping
nam pham
commited on
Commit
·
3c8dfb6
1
Parent(s):
c21482b
fix: command run api
Browse files- 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
|
| 37 |
|
|
|
|
| 33 |
|
| 34 |
# Install litserve and requirements
|
| 35 |
EXPOSE 7860
|
| 36 |
+
CMD ["sh", "/app/bin/api-start.sh"]
|
| 37 |
|