From a3f552894de9b8945571f18ab56968683644b474 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sun, 29 Dec 2024 19:58:14 -0500 Subject: [PATCH] Update Dockerfile --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index edf4737..ba3e13e 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -27,4 +27,4 @@ COPY --from=builder /my-sample-app . EXPOSE 8080 ENV ASPNETCORE_HTTP_PORTS=8080 USER 65532 -ENTRYPOINT ["/app/my-sample-app"] +ENTRYPOINT ["./my-sample-app"]