add docker

This commit is contained in:
2024-02-08 19:04:45 +09:00
parent 225d7af6a8
commit 94af3ea3c8
15 changed files with 2247 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 ./scpt/entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]