Include correct version of aspnet runtime
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Xander Sigler 2022-01-26 23:10:18 -08:00
parent 1ec1f2e0bf
commit 9294581824

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/runtime:5.0 AS base
FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443