Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit a0ebab1

Browse files
korneelSteveSandersonMS
authored andcommitted
Update Dockerfile
The app doesn't run in Docker on base image `microsoft/dotnet:latest` because Microsoft.NETCore.App 1.0.1 isn't installed. Only 1.0.0 is installed. The app runs fine on base image `microsoft/dotnet:1.0.0-preview2-onbuild`.
1 parent ff39637 commit a0ebab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/Angular2Spa/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/dotnet:latest
1+
FROM microsoft/dotnet:1.0.0-preview2-onbuild
22

33
RUN apt-get update
44
RUN apt-get install -y build-essential nodejs nodejs-legacy

0 commit comments

Comments
 (0)