aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-11-27 13:05:25 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-11-27 13:05:25 +0100
commit3cb78f4ccce184015670843ce027075dac59c559 (patch)
tree6aa5746c3ab26af4783e11f26c0373d2aabb14fe
parent9bd789f9d81ccac61c2d5235b4ff6e25b51110d7 (diff)
downloadfsdir-3cb78f4ccce184015670843ce027075dac59c559.tar.gz
fsdir-3cb78f4ccce184015670843ce027075dac59c559.tar.bz2
Add CMD definition
-rw-r--r--Containerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile
index 268e113..c197341 100644
--- a/Containerfile
+++ b/Containerfile
@@ -9,3 +9,5 @@ RUN go build
FROM alpine:latest
COPY --from=builder /usr/src/main /usr/local/bin/exporter
+
+CMD ["/usr/local/bin/exporter"]