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

This commit is contained in:
mol
2024-02-23 15:43:56 +00:00
parent 73299ecd52
commit 716268ab1b

View File

@ -1,6 +1,9 @@
FROM codercom/code-server FROM codercom/code-server
EXPOSE 8080 EXPOSE 8080
EXPOSE 22 EXPOSE 22
USER root
WORKDIR /home/coder WORKDIR /home/coder
COPY entrypoint.sh /usr/bin/ COPY entrypoint.sh /usr/bin/