update asp.net-mssql sample
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
parent
80dcce97b4
commit
9c829ac4ba
77 changed files with 75 additions and 824 deletions
|
|
@ -8,17 +8,14 @@ Project structure:
|
|||
│ ├── ...
|
||||
│ ├── ...
|
||||
│ ....
|
||||
│
|
||||
├── docker-compose.yaml
|
||||
└── README.md
|
||||
|
||||
└── docker-compose.yaml
|
||||
```
|
||||
|
||||
_docker-compose.yaml_
|
||||
```
|
||||
version: "3.7"
|
||||
services:
|
||||
angular:
|
||||
web:
|
||||
build: angular
|
||||
ports:
|
||||
- 80:4200
|
||||
|
|
@ -59,7 +56,7 @@ CONTAINER ID IMAGE COMMAND CREATED
|
|||
|
||||
```
|
||||
|
||||
Open a browser and go to localhost.
|
||||
After the application starts, navigate to `http://localhost:80` in your web browser.
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue