pacco cli
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-04-16 08:19:05 +02:00
parent b33439656a
commit ad2ae9b95e
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
8 changed files with 696 additions and 15 deletions

View file

@ -15,4 +15,4 @@ COPY --from=builder /app/target/release/pacco /pacco
WORKDIR /
CMD ["/pacco"]
CMD ["/pacco", "serve", "/config.toml"]