build scripts
This commit is contained in:
parent
a97362a3e7
commit
9cec78afc3
5 changed files with 72 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue