c7
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s

This commit is contained in:
2025-05-22 22:43:02 +08:00
parent c11013f03d
commit faa6a35475
3 changed files with 17 additions and 6 deletions

View File

@ -26,5 +26,6 @@ ENV TZ=Asia/Shanghai
WORKDIR /app
COPY --from=builder /app/file /app/file
COPY docker/docker-file/etc/config.yaml /app/etc/config.yaml
CMD ["./file", "-f", "etc/config.yaml"]