1
0
bot/Dockerfile

8 lines
126 B
Docker
Raw Normal View History

2023-10-20 23:31:16 +09:00
FROM syui/aios
WORKDIR /root
ADD ./test/entrypoint.sh .
RUN chmod +x /root/entrypoint.sh
ENTRYPOINT ["/root/entrypoint.sh"]