From 5c438be82d1fd96cb6db3b09025d49096c837d56 Mon Sep 17 00:00:00 2001 From: Adeodonne Date: Sat, 20 Jan 2024 22:08:05 +0200 Subject: [PATCH] fix swagger --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18d2ac02e..90ea61931 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,4 +37,4 @@ WORKDIR /app COPY --from=publish /app/publish ./ LABEL atom="Streetcode" -ENTRYPOINT ["dotnet", "Streetcode.WebApi.dll", "--environment=Production"] \ No newline at end of file +ENTRYPOINT ["dotnet", "Streetcode.WebApi.dll"] \ No newline at end of file