Removed Https from dockerfile
continuous-integration/drone/push Build is passing Details

pull/1/head
Xander Sigler 12 months ago
parent 4f90a7d0f1
commit 2df4382b76

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

Loading…
Cancel
Save