clean up
This commit is contained in:
parent
f585197e90
commit
56d3de862e
1 changed files with 0 additions and 4 deletions
|
@ -6,12 +6,8 @@ EXPOSE 80
|
|||
EXPOSE 443
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-buster AS build
|
||||
# WORKDIR /src
|
||||
# COPY ["/src/BirdsiteLive/BirdsiteLive.csproj", "BirdsiteLive/"]
|
||||
COPY . .
|
||||
RUN dotnet restore "/src/BirdsiteLive/BirdsiteLive.csproj"
|
||||
# COPY . .
|
||||
# WORKDIR /BirdsiteLive
|
||||
RUN dotnet build "/src/BirdsiteLive/BirdsiteLive.csproj" -c Release -o /app/build
|
||||
|
||||
FROM build AS publish
|
||||
|
|
Reference in a new issue