gothinkster / aspnetcore-realworld-example-app

ASP.NET Core backend implementation for RealWorld
https://realworld.io
MIT License
1.93k stars 548 forks source link

Wrong docker command for 'make run' in documentation node "Docker Build" #87

Closed gran0123 closed 3 years ago

gran0123 commented 3 years ago

Found out that documentation is not updated with the corresponding 'Makefile'. 'make run' command does not execute 'docker-compose run' it actually runs 'docker-compose up'

I have created a pull request for this.

adamhathcock commented 3 years ago

Fixed with https://github.com/gothinkster/aspnetcore-realworld-example-app/pull/88