1
0
bot/Dockerfile

11 lines
153 B
Docker
Raw Normal View History

2023-10-20 14:31:16 +00:00
FROM syui/aios
USER root
ADD .config /root/.config
WORKDIR /root
2024-02-15 11:42:00 +00:00
ADD ./test/entrypoint.sh /
2023-10-20 14:31:16 +00:00
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]