This commit is contained in:
Dennis Schwerdel
2021-04-20 00:16:17 +02:00
parent 03e3a0dfa7
commit e5776cb698
5 changed files with 43 additions and 15 deletions

View File

@@ -19,5 +19,7 @@ ADD start.sh /app/code/start.sh
ADD favicon /app/code/favicon
RUN cp /app/code/favicon/* /usr/lib/code-server/src/browser/media/
CMD [ "/app/code/start.sh" ]
RUN usermod -aG sudo cloudron
Add chroot-alpine /usr/local/bin/chroot-alpine
CMD [ "/app/code/start.sh" ]