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