Closed hyrsky closed 6 months ago
--- a/compose.yaml +++ b/compose.yaml @@ -4,10 +4,11 @@ services: image: "${DRUPAL_IMAGE}" hostname: "${COMPOSE_PROJECT_NAME}" volumes: - - .:/app:delegated + - .:/var/www/html:delegated depends_on: - db environment: + SKIP_DEPLOY_SCRIPTS: "true" STAGE_FILE_PROXY_ORIGIN: "${STAGE_FILE_PROXY_ORIGIN}" STAGE_FILE_PROXY_ORIGIN_DIR: "${STAGE_FILE_PROXY_ORIGIN_DIR}" APP_ENV: "${APP_ENV:-local}"
cp /var/www/html/docker/openshift/entrypoints/20-deploy.sh /entrypoints/ cp /var/www/html/docker/openshift/init.sh /
make stop && make up
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots No data about Coverage No data about Duplication
See analysis details on SonarCloud
UHF-9939
How to test
make stop && make up
Other PRs