build scripts

This commit is contained in:
Michele 2020-11-26 22:34:16 +00:00
parent a97362a3e7
commit 9cec78afc3
5 changed files with 72 additions and 3 deletions

View file

@ -1,4 +1,5 @@
FROM privateregistry.michelescandura.com/michele/basecompileimage as build
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
#FROM privateregistry.michelescandura.com/michele/basecompileimage as build
WORKDIR /src
# copy csproj and restore as distinct layers