diff --git a/Dockerfile b/Dockerfile index cff5132..56c3b42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ WORKDIR /app COPY --from=publish /app/publish . # Set environment variables -ENV ASPNETCORE_URLS=http://+:8080, http://+:443 +ENV ASPNETCORE_URLS=http://+:8080,https://+:443 ENV ASPNETCORE_ENVIRONMENT=Production ENTRYPOINT ["dotnet", "GeradoresWS.dll"] \ No newline at end of file