docker update

This commit is contained in:
Jordan Geurtsen
2023-04-07 12:09:35 +02:00
parent 78af43ad44
commit d93fe7e7a3
2 changed files with 2 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443
EXPOSE 5000
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
WORKDIR /src