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

This commit is contained in:
mol
2024-02-24 05:35:10 +00:00
parent 191e74863b
commit 7585e15784

View File

@ -34,6 +34,7 @@ RUN echo "安装基础工具与配置文件" && \
# 安装 ssh 服务
apt-get install -y openssh-server && \
# 创建日志文件
mkdir /tmp/log && \
touch /tmp/log/info.log && \
chmod 777 /tmp/log/info.log && \
chmod 777 /usr/bin/entrypoint.sh