From 88b1da43a8bee8403b21da9e500263bb45ec242b Mon Sep 17 00:00:00 2001 From: Bohdan Bozhyk <53005363+Adeodonne@users.noreply.github.com> Date: Fri, 19 Jan 2024 01:21:52 +0200 Subject: [PATCH] revert swagger (#1075) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9aae48913..18d2ac02e 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=Staging"] \ No newline at end of file +ENTRYPOINT ["dotnet", "Streetcode.WebApi.dll", "--environment=Production"] \ No newline at end of file