Files
bot/Dockerfile
syui 3910cf754c
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
fix docker
2025-12-13 10:37:22 +09:00

12 lines
183 B
Docker

FROM syui/aios
WORKDIR /root
COPY ./test/entrypoint.sh /root/entrypoint.sh
RUN chmod +x /root/entrypoint.sh
ENV ADMIN=""
ENV HOST="bsky.social"
ENTRYPOINT ["/root/entrypoint.sh"]