docker: adjust expose

This commit is contained in:
Cyberes 2023-10-15 12:15:18 -06:00
parent f2ab2a0e23
commit aba79bdcf7
1 changed files with 2 additions and 7 deletions

View File

@ -74,13 +74,8 @@ RUN rm skipcache
ENV SHELL="/bin/bash"
# SSH
EXPOSE 22
# VLLM
EXPOSE 7000
# Jupyter
# Expose Jupyter. We don't need to expose
# VLLM or SSH since rathole will tunnel those.
EXPOSE 8888
CMD /app/start.sh