fix docker
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
2025-12-13 10:36:44 +09:00
parent a4020c1f43
commit ef699ce2d1
5 changed files with 19 additions and 17 deletions

View File

@@ -1,7 +1,5 @@
FROM syui/aios
WORKDIR /root
ADD ./test/entrypoint.sh .
RUN chmod +x /root/entrypoint.sh
COPY ./target/release/aibot /usr/sbin/aibot
ENTRYPOINT ["/root/entrypoint.sh"]
WORKDIR /root