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