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

This commit is contained in:
mol
2024-02-24 16:07:39 +00:00
parent 6daae18e04
commit 8855d55c48

View File

@ -9,7 +9,6 @@ WORKDIR /home/coder
VOLUME [ "/home/coder/project", "/home/coder/.ssh", "/home/coder/.local", "/home/coder/.config" ] VOLUME [ "/home/coder/project", "/home/coder/.ssh", "/home/coder/.local", "/home/coder/.config" ]
COPY entrypoint.sh /usr/bin/ COPY entrypoint.sh /usr/bin/
COPY install.sh /root/
ENV ENTRYPOINTD=/entrypoint.d ENV ENTRYPOINTD=/entrypoint.d