roundcube / roundcubemail-docker

Resources to build Docker images for Roundcube Webmail
290 stars 128 forks source link

/var/ww/html is empty #197

Open tinsaeDev opened 1 year ago

tinsaeDev commented 1 year ago

The /var/ww/html directory is not being populated, I have tried to clean install but still the directory is empty.

My configuration files is

FROM roundcube/roundcubemail:1.6-beta-fpm-alpine

COPY docker/roundcube-fpm/conf.d/* /var/roundcube/config/

COPY docker/roundcube-fpm/entrypoint.sh "/docker-entrypoint/entrypoint.sh" RUN chmod +x "/docker-entrypoint/entrypoint.sh"

ENTRYPOINT [ "/docker-entrypoint/entrypoint.sh" ]

thomascube commented 1 year ago

I'm sorry but I fail to understand what you're trying to achieve with this Dockerfile. The /var/www/html directory is populated by the docker-entrypoint.sh script of the Roundcube Docker images. Check the container logs to find out what's going wrong.

tinsaeDev commented 1 year ago

I need to run some scripts at startup alongside the default script.

williamdes commented 5 months ago

Can you share once more the full context please?