Replies: 1 comment
-
I've found the bugs, This is i've installed on my container
And all solved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently creating a Dockerfile for my project using Phalcon 5.6 and PHP 8.1, but when installing, I encountered an issue where Phalcon is not available even though it is already installed.
I am using:
MacBook Air M2
Docker Desktop version 4.27.1
Docker Engine version Engine: 25.0.2
Inside the Docker container, I installed PHP version 8.1, nginx, and php-fpm.
After installing Phalcon using the command: "apt-get install php8.1-phalcon5," Phalcon still does not load.
Here is my dockerfile
After I go to the container and check php -m | grep phalcon it's still doesn't exist :(
Please help
Beta Was this translation helpful? Give feedback.
All reactions