summaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-10-09 14:08:47 +0100
committerNaz <ndpm13@ch-naseem.com>2025-10-09 14:08:47 +0100
commit50cf5960cb1f0af831e28eb08b15b97794287f87 (patch)
treea7217fe0cfd4acfaf532a45a9c1333ed7432c30e /Containerfile
parent2735ef9f62453907e68d9a7e10b209b3239eb9e5 (diff)
✨feat: add serv subcommand using Clap
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile
index 046c339..8e41cbb 100644
--- a/Containerfile
+++ b/Containerfile
@@ -12,4 +12,4 @@ FROM alpine:3.22
COPY --from=builder /usr/src/app/target/release/sbm-rs /usr/local/bin/
-ENTRYPOINT ["sbm-rs"]
+ENTRYPOINT ["sbm-rs serv"]