You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.aspnetcore-build.md
+51-23Lines changed: 51 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,50 +45,78 @@ The CI Image (`1.0-1.1`) contains both the 1.0 and 1.1 pre-restored packages. It
45
45
46
46
## Example Usage
47
47
48
-
### Build an app with `docker run`
49
-
50
-
You can use this container to compile your application when it runs. If you use the [Visual Studio tooling](https://blogs.msdn.microsoft.com/webdev/2016/11/16/new-docker-tools-for-visual-studio/) to setup CI/CD to Azure Container Service then this method of using the build container is used.
51
-
52
-
Run the build container, mounting your code and output directory, and publish your app:
After this the application in the current directory will be published to the `bin/Release/PublishOutput` directory.
111
+
### Build an app with `docker run`
112
+
113
+
You can use this container to compile your application when it runs. If you use the [Visual Studio tooling](https://blogs.msdn.microsoft.com/webdev/2016/11/16/new-docker-tools-for-visual-studio/) to setup CI/CD to Azure Container Service then this method of using the build container is used.
91
114
92
-
From here you could construct an optimized runtime image with the `microsoft/aspnetcore` image or just deploy/run the binaries as normal without using Docker at runtime.
115
+
Run the build container, mounting your code and output directory, and publish your app:
0 commit comments