🚑️ fix
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-04-17 08:56:00 +02:00
parent 4e125c611c
commit fb0fa1f351
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 16 additions and 18 deletions

View file

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