add remote github

This commit is contained in:
lyon 2022-10-13 20:00:22 +08:00
parent 9d47271617
commit 90c79cbde7

View File

@ -77,3 +77,4 @@ RUN apt-get install -y wget
RUN wget https://gitee.com/Lyon1998/pikascript/attach_files/1213873/download -O code-server.deb RUN wget https://gitee.com/Lyon1998/pikascript/attach_files/1213873/download -O code-server.deb
RUN dpkg -i code-server.deb RUN dpkg -i code-server.deb
ADD code-server-config.yaml /root/.config/code-server/config.yaml ADD code-server-config.yaml /root/.config/code-server/config.yaml
RUN cd root/pikascript && git remote add github https://github.com/pikastech/pikascript