1
0
bot/Dockerfile
2024-02-15 20:53:41 +09:00

11 lines
153 B
Docker

FROM syui/aios
USER root
ADD .config /root/.config
WORKDIR /root
ADD ./test/entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]