mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user