Skip to content

Commit

Permalink
Dockerfile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adventworks committed Nov 15, 2017
1 parent 97276ed commit 14e32f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ FROM microsoft/aspnetcore:2.0
WORKDIR /app

# Copy files from the artifact staging folder on agent
COPY ./out .
COPY dotnetcore-sample/out .

ENTRYPOINT ["dotnet", "dotnetcore-sample.dll"]

0 comments on commit 14e32f3

Please sign in to comment.