All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
6 lines
75 B
Docker
6 lines
75 B
Docker
FROM syui/aios
|
|
|
|
COPY ./target/release/aibot /usr/sbin/aibot
|
|
|
|
WORKDIR /root
|