Skip to content

Commit

Permalink
Fixing docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
d4nt committed Aug 29, 2018
1 parent 8f0f64b commit 7e0bac0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM microsoft/dotnet:2.0-sdk-stretch as builder
FROM microsoft/aspnetcore-build:2.0-stretch as builder
WORKDIR /build
COPY . .
RUN npm install less -g
RUN dotnet restore
RUN dotnet publish -c Release ./Web/QueryTree.csproj -o /dist

Expand Down

0 comments on commit 7e0bac0

Please sign in to comment.