Skip to content

docs: fix Docker web image command#552

Merged
sojan-official merged 2 commits into
chatwoot:mainfrom
enzowilliam:fix/docker-duplicate-bundle-exec
May 28, 2026
Merged

docs: fix Docker web image command#552
sojan-official merged 2 commits into
chatwoot:mainfrom
enzowilliam:fix/docker-duplicate-bundle-exec

Conversation

@enzowilliam

@enzowilliam enzowilliam commented Oct 14, 2025

Copy link
Copy Markdown
Contributor

Summary

Fixes the custom Docker web image example in the Docker deployment guide.

Why

The example currently includes bundle exec twice in the web container CMD. That command is inaccurate and can confuse users who copy the Dockerfile snippet to build custom Chatwoot images.

What this change does

  • Removes the duplicated bundle exec from the web Dockerfile example
  • Keeps the worker Dockerfile example unchanged

Validation

  • Cross-checked against Chatwoot's Docker Compose command for the Rails service
  • Ran git diff --check

@sojan-official sojan-official added the community PRs from the community label Mar 5, 2026
@sojan-official sojan-official changed the title Fix duplicate 'bundle exec' in Docker web image CMD docs: fix Docker web image command May 28, 2026
@sojan-official sojan-official merged commit f508467 into chatwoot:main May 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community PRs from the community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants