This commit is contained in:
glax 2023-05-25 01:25:21 +02:00
parent a6e9013495
commit b2ce55be96

View File

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