Spaces:
Sleeping
Sleeping
nam pham
commited on
Commit
·
3c77fc1
1
Parent(s):
c3459dd
chore: change port expose
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,5 +36,5 @@ ENV VIRTUAL_ENV=/app/.venv \
|
|
36 |
COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
|
37 |
|
38 |
# Install litserve and requirements
|
39 |
-
EXPOSE
|
40 |
CMD ["sh", "/app/bin/start-api.sh"]
|
|
|
36 |
COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
|
37 |
|
38 |
# Install litserve and requirements
|
39 |
+
EXPOSE 7860
|
40 |
CMD ["sh", "/app/bin/start-api.sh"]
|