Removed HTTPS route for internal locally hosted docker container
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f7320c8bb2
commit
436cad8605
@ -43,4 +43,4 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- echo 'Finished container registry push for Advent of Code'
|
- echo 'Finished container registry push for Advent of Code'
|
||||||
depends_on:
|
depends_on:
|
||||||
- build-advent-of-code
|
- deploy-containers
|
@ -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;https://+:443
|
ENV ASPNETCORE_URLS=http://+:80
|
||||||
ENTRYPOINT ["dotnet", "AdventOfCode.dll"]
|
ENTRYPOINT ["dotnet", "AdventOfCode.dll"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user