Files
bot/Dockerfile
2025-01-20 17:30:34 +09:00

8 lines
126 B
Docker

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