This commit is contained in:
2023-10-20 23:31:16 +09:00
parent 430b5977d8
commit 43f5f73b04
88 changed files with 9828 additions and 1 deletions

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM syui/aios
USER root
ADD .config /root/.config
WORKDIR /root
ADD ./test/entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]