From 4939eb84f6b44c86bf3a0303f549110c5ba5cbd0 Mon Sep 17 00:00:00 2001 From: Jonathan Algar <93204286+jonathanalgar@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:58:31 +0000 Subject: [PATCH] fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b21ae06..207b53b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ # Dockerfile FROM alpine COPY outsystemscc /app/ -ENTRYPOINT ["/app/outsystemscc"] \ No newline at end of file +ENTRYPOINT ["/app/outsystemscc"] \ No newline at end of file