Chore: Review docker issues (#787)

* Fix docker issues

Addresses: #701

* Add action cable configurations

Co-authored-by: Sony Mathew <ynos1234@gmail.com>
This commit is contained in:
Sojan Jose
2020-04-30 21:32:34 +05:30
committed by GitHub
parent 0b65526b85
commit 0690d3191d
5 changed files with 51 additions and 47 deletions

View File

@@ -92,7 +92,7 @@ docker pull chatwoot/chatwoot
You can create an image yourselves by running the following command on the root directory.
```bash
docker image build -f docker/Dockerfile .
docker-compose -f docker-compose.production.yaml build
```
This will build the image which you can depoy in Kubernetes (GCP, Openshift, AWS, Azure or anywhere), Amazon ECS or Docker Swarm. You can tag this image and push this image to docker registry of your choice.