Add doc and favicon

This commit is contained in:
Dennis Schwerdel
2021-04-14 21:43:53 +02:00
parent a3692c42cd
commit e8f7788d79
14 changed files with 133 additions and 5 deletions

View File

@@ -16,6 +16,8 @@ WORKDIR /app/data
ENV HOME=/app/data
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" ]