更新 Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mol
2024-02-24 02:44:29 +00:00
parent 36894f4dc2
commit 3cd46d2c3e

View File

@ -94,6 +94,7 @@ RUN echo "配置 ssh" && \
# npm config set python python3 && \
# npm install --global code-server --unsafe-perm
USER coder
ENTRYPOINT ["/usr/bin/entrypoint.sh", "--bind-addr", "0.0.0.0:8080", "."]