2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

Update README.md

Former-commit-id: 09577041fc
This commit is contained in:
vishalseshagiri 2017-07-24 17:41:20 +05:30 committed by GitHub
parent cf25939b3c
commit 1b0f9c2173

View File

@ -1,6 +1,7 @@
# frappe_docker # frappe_docker
Containerizing the frappe bench installation for a development environment * Docker file to run frappe in a container
* Docker makes it much easier to deploy [frappe](https://github.com/frappe/frappe) on your development servers.
## Getting Started ## Getting Started
@ -10,10 +11,9 @@ These instructions will get you a copy of the project up and running on your loc
What things you need to install the software and how to install them What things you need to install the software and how to install them
```
Docker [Docker](https://www.docker.com/)
docker-compose [Docker Compose](https://docs.docker.com/compose/overview/)
```
### Installing ### Installing