Added https url for exposure
continuous-integration/drone/push Build is passing Details

pull/1/head
Xander Sigler 2 years ago
parent d82252abd5
commit f7320c8bb2

@ -13,6 +13,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:5.0
WORKDIR /app WORKDIR /app
COPY --from=build-env /app/out . COPY --from=build-env /app/out .
ENV ASPNETCORE_ENVIRONMENT=Production ENV ASPNETCORE_ENVIRONMENT=Production
ENV ASPNETCORE_URLS=http://+:80 ENV ASPNETCORE_URLS=http://+:80;https://+:443
ENTRYPOINT ["dotnet", "AdventOfCode.dll"] ENTRYPOINT ["dotnet", "AdventOfCode.dll"]

Loading…
Cancel
Save