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
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Now application is ready to run.
81
81
82
82
## Run the application
83
83
84
-
You have two choices when it comes to how you prefer to run the app. You can either use the command line or the build-in run command.
84
+
You have three choices when it comes to how you prefer to run the app. You can either use the command line or the build-in run command.
85
85
86
86
### 1. Using the command line
87
87
@@ -93,6 +93,14 @@ You have two choices when it comes to how you prefer to run the app. You can eit
93
93
94
94
> It will take some time during the first run to download all client side dependencies.
95
95
96
+
### 3. Using docker
97
+
98
+
* Run the following command in a cmd window to build the docker image:
99
+
`docker build -t <IMAGE_NAME> .`
100
+
101
+
* Run the application in a cmd window by this command:
102
+
`docker run -d -p 8080:80 <IMAGE_NAME>`
103
+
96
104
## View your application running
97
105
98
106
Browse to [http://localhost:5000](http://localhost:5000) for ASP.​NET Core + Vue app or browse to [http://localhost:8080](http://localhost:8080) for Vue app only.
@@ -119,6 +127,7 @@ Special thanks to everyone who helped and contributed to this project!
0 commit comments