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

feat: configure Drupal file paths in Nginx Dockerfile #11

Merged
merged 1 commit into from
Jun 5, 2024

Commits on Jun 5, 2024

  1. feat: configure Drupal file paths in Nginx Dockerfile

    This change sets up the default environment variables and file paths for a Drupal
    application running in an Nginx container. It creates a symlink to the default
    location where the persistent files are stored, which is usually done at runtime
    by calling the makefiles script. This change ensures that the file paths are
    properly configured without having to run the script every time the container
    is started.
    esolitos authored and gitbutler-client committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    da55210 View commit details
    Browse the repository at this point in the history