Dockerfile.dev edited online with Bitbucket
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM registry.71dev.com/dotnetsdk:3.1 as build-env
|
FROM registry.71dev.com/dotnetsdk:3.1 as build-env
|
||||||
WORKDIR /source
|
WORKDIR /source
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN dotnet restore --configfile nuget.config
|
RUN dotnet restore --configfile nuget.config --disable-parallel
|
||||||
RUN dotnet build
|
RUN dotnet build
|
||||||
RUN dotnet publish -o /publish --configuration Release;
|
RUN dotnet publish -o /publish --configuration Release;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user