We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024-11-08 15:50:30,952 - INFO - Running Production Setup 2024-11-08 15:50:34,162 - INFO - Downloaded frappe_docker zip file from GitHub 2024-11-08 15:50:34,220 - INFO - Unzipped and Renamed frappe_docker 2024-11-08 15:50:34,220 - INFO - Removed the downloaded zip file 2024-11-08 15:54:38,145 - ERROR - Prod docker-compose failed Traceback (most recent call last): File "/home/wils/testing/easy-install.py", line 188, in setup_prod subprocess.run( ~~~~~~~~~~~~~~^ [ ^ ...<9 lines>... check=True, ^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/subprocess.py", line 577, in run raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/usr/bin/docker', 'compose', '-p', 'frappe', '-f', '/home/wils/frappe-compose.yml', 'up', '-d']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
2024-11-08 15:50:30,952 - INFO - Running Production Setup
2024-11-08 15:50:34,162 - INFO - Downloaded frappe_docker zip file from GitHub
2024-11-08 15:50:34,220 - INFO - Unzipped and Renamed frappe_docker
2024-11-08 15:50:34,220 - INFO - Removed the downloaded zip file
2024-11-08 15:54:38,145 - ERROR - Prod docker-compose failed
Traceback (most recent call last):
File "/home/wils/testing/easy-install.py", line 188, in setup_prod
subprocess.run(
~~~~~~~~~~~~~~^
[
^
...<9 lines>...
check=True,
^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.13/subprocess.py", line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['/usr/bin/docker', 'compose', '-p', 'frappe', '-f', '/home/wils/frappe-compose.yml', 'up', '-d']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered: