From 180baa1bb2876769589f34b5ca067c3a8f7f2deb Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 7 Nov 2021 00:21:03 +0800 Subject: [PATCH] fix entrypoint --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a9991da..7170700 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ WORKDIR /app/ COPY --from=builder /app/gottdad . # Command to run the executable -CMD ["./gotdadd"] \ No newline at end of file +CMD ["./gottdad"] \ No newline at end of file