-
-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
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
Docker image issue #726
Comments
I ran into the same issue, so I sent the output of the build to a log file here are the highlights. of note:
step 14 Commands not Found
|
The problem is that the Dockerfile uses Ubuntu version 18.04, which currently doesn't have support. Therefore, when trying to install PHP 7.4, it fails, and as a result, all packages don't install successfully. You only need to change the Dockerfile to use version 20.04, and it will work. Here is and exaple of Dockerfile
|
Getting below error when i used the docker but the image has build successfully.
`exec /usr/local/bin/uvdesk-entrypoint.sh: no
such file or directory
And used below docker command
docker run -dit -p 9999:80 -e MYSQL_USER=stage -e MYSQL_ROOT_PASSWORD=stage -e MYSQL_PASSWORD=stage -e MYSQL_DATABASE=stage --name uvdesk uvdesk
The text was updated successfully, but these errors were encountered: