From 3887cd48431d7932f06b99b3b866907fde15beec Mon Sep 17 00:00:00 2001 From: khwezi Date: Sun, 8 Mar 2026 13:05:19 +0200 Subject: [PATCH] Refactored docker file --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5bef315..d5b26b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,5 @@ COPY ./SampleApi/bin/Release/net8.0/publish/ . ENV ASPNETCORE_HTTP_PORTS=8081 EXPOSE 8081 +WORKDIR /app ENTRYPOINT ["dotnet", "SampleApi.dll"] \ No newline at end of file