test
parent
75c2e530e0
commit
ad9687083b
|
|
@ -3,6 +3,7 @@ WORKDIR /app
|
||||||
|
|
||||||
# Copy csproj and restore as distinct layers
|
# Copy csproj and restore as distinct layers
|
||||||
COPY **/*.csproj ./
|
COPY **/*.csproj ./
|
||||||
|
RUN ls
|
||||||
RUN dotnet restore
|
RUN dotnet restore
|
||||||
|
|
||||||
# Copy everything else and build
|
# Copy everything else and build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue