Fix wording on docker section intro
This commit is contained in:
parent
8bbc3fe4bb
commit
be77031ddb
|
@ -90,10 +90,10 @@ poe run-dev
|
|||
|
||||
## Docker
|
||||
|
||||
As an alternative process to manually installing & running the project, you can also docker, which should allow running
|
||||
the project anywhere, without installing all of the dependencies manually. This is a lot more convenient way to run
|
||||
projects, especially if you're not interested in doing any further development on it. Especially since the docker
|
||||
compose file provided includes a MongoDB instance as well, so you won't need to set that up yourself.
|
||||
As an alternative to manually installing & running the project, you can also use Docker, which simplifies deployment by
|
||||
handling dependencies automatically in a containerized environment that will work consistently pretty much anywhere.
|
||||
This approach is especially convenient if you're not interested in doing any further development of the project further.
|
||||
Additionally, the provided Docker Compose file includes a MongoDB instance, eliminating the need to set it up yourself.
|
||||
|
||||
First, you will need to have [Docker](https://docs.docker.com/engine/install/) and [Docker
|
||||
compose](https://docs.docker.com/compose/install/) installed. Once you have that, you can run:
|
||||
|
|
Loading…
Reference in a new issue