mirror of https://github.com/abpframework/abp.git
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
# MicroserviceDemo |
|||
|
|||
Run demo using docker-compose: |
|||
First restore mssql database: |
|||
|
|||
```sh |
|||
$ docker-compose -f docker-compose.yml -f docker-compose.migrations.yml run restore-database |
|||
``` |
|||
|
|||
Build and start containers: |
|||
|
|||
```sh |
|||
$ docker-compose up -d |
|||
``` |
|||
Loading…
Reference in new issue