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

This commit is contained in:
mol
2024-02-24 02:17:15 +00:00
parent e69edc0e79
commit be74918615

View File

@ -7,7 +7,7 @@ USER root
WORKDIR /home/coder
COPY entrypoint.sh /usr/bin/
RUN chmod 777 /usr/bin/entrypoint.sh
VOLUME [ "/home/coder/project", "/root/.ssh", "/root/.local", "/root/.config" ]
# 运行时可以添加代理