8 lines
75 B
Docker
8 lines
75 B
Docker
FROM syui/aios
|
|
|
|
RUN useradd -m ai
|
|
USER ai
|
|
COPY .config $HOME
|
|
|
|
CMD ["ai t"]
|