Skip to content
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

/var/ww/html is empty #197

Open
tinsaeDev opened this issue Nov 22, 2022 · 3 comments
Open

/var/ww/html is empty #197

tinsaeDev opened this issue Nov 22, 2022 · 3 comments

Comments

@tinsaeDev
Copy link

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
Copy link
Member

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
Copy link
Author

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

@williamdes
Copy link
Contributor

Can you share once more the full context please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants