Commit a6de15e2 authored by Anton Borisov's avatar Anton Borisov

Update Dockerfile

parent 635a48d5
Pipeline #24 failed with stage
in 8 minutes and 21 seconds
......@@ -3,10 +3,10 @@ WORKDIR /app
COPY ./Sources ./
RUN ls
RUN dotnet build
RUN dotnet test DeStream.Stratis.Bitcoin.FullNode.sln
RUN cd DeStream.DeStreamD \
&& dotnet publish -c Release --framework netcoreapp2.1 --runtime alpine-x64 -o out
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment