docs/getting-started: remove docker-compose example

This commit is contained in:
Patrik Oldsberg
2020-10-09 12:13:20 +02:00
parent 93b66a348a
commit b9ddcd3434
-11
View File
@@ -17,14 +17,3 @@ $ docker run --rm -it -p 7000:7000 -e NODE_ENV=development example-backend:lates
```
Then open http://localhost/ on your browser.
### Running with `docker-compose`
There is also a `docker-compose.yaml` that you can use to replace the previous
`docker run` command:
```bash
$ yarn install
$ yarn docker-build
$ docker-compose up
```