This commit is contained in:
2023-10-20 23:31:16 +09:00
parent 430b5977d8
commit ab597d5a7b
24 changed files with 1614 additions and 1 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM syui/aios
RUN useradd -m ai
USER ai
COPY .config $HOME
CMD ["ai t"]