I’ve been trying to run docker with laravel for a very long time. But nothing works for me, Everything works on the local server, but not on the cloud
This is my first question here, I’m sorry if that
RUN docker-php-ext-install pdo pdo_mysql
– He constantly stops at this
2
Answers
Could you please provide the code of the docker-compose, if you are not using docker-compose I would try this:
Maybe this is because of the image you are using?
I have a Dockerfile that contains the following (which runs without problems):