Skip to content

Commit

Permalink
User aspnetcore-build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ttu committed Nov 28, 2017
1 parent 0393af3 commit 8a610a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM microsoft/dotnet:1.1-sdk-msbuild
FROM microsoft/aspnetcore-build

COPY ./FakeServer /app

WORKDIR /app

RUN ["dotnet", "restore"]
RUN dotnet restore

RUN ["dotnet", "build"]
RUN dotnet build

EXPOSE 57602/tcp

Expand Down

0 comments on commit 8a610a9

Please sign in to comment.