Expose port 80 and fix message

This commit is contained in:
2021-06-14 15:57:34 -04:00
parent a52fbd0282
commit 5e8e416f55
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
FROM mcr.microsoft.com/dotnet/aspnet:5.0-focal-arm32v7 AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/sdk:5.0-focal AS build
WORKDIR /src