1
0
bot/Dockerfile
syui eb8f1b17c8
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 18s
fix bc
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"]