更新 Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
mol
2024-02-24 07:09:03 +00:00
parent 3a4be27dde
commit 582b279f4f

View File

@ -39,7 +39,11 @@ RUN echo "安装基础工具与配置文件" && \
mkdir /tmp/log && \
touch /tmp/log/info.log && \
chmod 777 /tmp/log/info.log && \
chmod 777 /usr/bin/entrypoint.sh
chmod 777 /usr/bin/entrypoint.sh && \
chown -R coder:coder /home/coder/project && \
chown -R coder:coder /home/coder/.ssh && \
chown -R coder:coder /home/coder/.local && \
chown -R coder:coder /home/coder/.config && \
# 安装 node 环境
RUN echo "安装 node 环境" && \