You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have community-standard PIM with Docker and I want to install PHP-client inside this Docker as well. I found out that PHP-client requires ext-apcu. So I copied fpm Dockerfile to the root directory and added a line to install apcu. Then I let in docker-compose.yml, I let fpm container build from that Dockerfile. However, if I do this, fpm container exits immediately after $docker-compose up -d and I cannot access Akeneo website at localhost:8080.
I am not sure how to deal with Dockerfile. I am quite new to all these so I would really appreciate your help. Thank you in advance :)
I have a question regarding fpm Dockerfile.
I have community-standard PIM with Docker and I want to install PHP-client inside this Docker as well. I found out that PHP-client requires ext-apcu. So I copied fpm Dockerfile to the root directory and added a line to install apcu. Then I let in docker-compose.yml, I let fpm container build from that Dockerfile. However, if I do this, fpm container exits immediately after

$docker-compose up -dand I cannot access Akeneo website at localhost:8080.I am not sure how to deal with Dockerfile. I am quite new to all these so I would really appreciate your help. Thank you in advance :)