fix docker
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user