fix
This commit is contained in:
14
Dockerfile
14
Dockerfile
@ -1,10 +1,8 @@
|
||||
FROM syui/aios
|
||||
ADD .ssh /root/.ssh
|
||||
#USER root
|
||||
#ADD .config /root/.config
|
||||
#WORKDIR /root
|
||||
#
|
||||
#ADD ./test/entrypoint.sh /
|
||||
#RUN chmod +x /entrypoint.sh
|
||||
#
|
||||
#ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
WORKDIR /root
|
||||
ADD ./test/entrypoint.sh .
|
||||
RUN chmod +x /root/entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/root/entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user