v0.1
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal 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"]
|
Reference in New Issue
Block a user