From 8ffd92000744c4221528d6f844633cf622eaa492 Mon Sep 17 00:00:00 2001 From: Chris Plaatjes Date: Tue, 14 Feb 2023 15:29:55 -0500 Subject: [PATCH] Updated CMD command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8d666e..8ccdbf6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ WORKDIR /app/teletok COPY --from=build-task /build/bin/Debug/net6.0/publish/* /app/teletok/ -CMD [ "TeleTok" ] \ No newline at end of file +CMD [ "./TeleTok" ] \ No newline at end of file