From ce524b15e62bae6ae2a22b768164290ac26c9297 Mon Sep 17 00:00:00 2001 From: Bohdan Bozhyk <53005363+Adeodonne@users.noreply.github.com> Date: Sat, 20 Jan 2024 22:10:02 +0200 Subject: [PATCH] fix swagger (#1087) --- 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