FROM codercom/code-server:latest USER root COPY start.sh /start.sh RUN chmod +x /start.sh EXPOSE 7860 ENTRYPOINT ["/start.sh"]