From c451e5579a719c1e5633aea1db115fa480395f96 Mon Sep 17 00:00:00 2001 From: John Ahlroos Date: Sat, 15 Feb 2025 20:07:48 +0100 Subject: [PATCH] Fix executable name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 508f10f..4be2d79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ LABEL org.opencontainers.image.authors="john@devsoap.com" COPY dist/ /app/ RUN chmod +x /app/bin/* WORKDIR /app -ENTRYPOINT ["/app/bin/server"] \ No newline at end of file +ENTRYPOINT ["/app/bin/tincheck"] \ No newline at end of file