Resolving Docker Build Error in Chatwoot Project
TLDR nedhro had an issue with a docker build in the Chatwoot project and resolved it by initializing Git in the folder.
1
Sep 02, 2023 (3 months ago)
nedhro
12:24 PMERROR [base pre-builder 13/14] RUN git rev-parse HEAD > /app/.git_sha 0.6s
------
[base pre-builder 13/14] RUN git rev-parse HEAD > /app/.git_sha:0.620 fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
0.620 Use '--' to separate paths from revisions, like this:
0.620 'git <command> [<revision>...] -- [<file>...]'
------
failed to solve: process "/bin/sh -c git rev-parse HEAD > /app/.git_sha" did not complete successfully: exit code: 128
any ideas on how to solve? already init the git in the folder
nedhro
04:08 PMgit add .
git commit -m "init"
Chatwoot
Indexed 2214 threads (46% resolved)
Similar Threads
Docker Compilation Troubles in Chatwoot Project
kurono100_ and canetheron requested help for a Docker compilation issue. They're working on a Chatwoot project and are unable to update the Vue files due to an outdated development guide. sojan_official asked for specific error details.
Installation Issues with Chatwoot Using Docker
jignesh_khokhani experiences an issue while installing Chatwoot using Docker. sojan_official and v_shnu attempted to troubleshoot, but the problem remains unresolved.
Issues Installing Chatwoot on Ubuntu 22.4
jorge_13494 struggled to install Chatwoot on Ubuntu 22.4 due to outdated scripts and dependency issues. v_shnu suggested the docker version. lourenco9597 offered troubleshooting tips, but the issues remained unresolved.