Make WordPress Core

Changeset 59668


Ignore:
Timestamp:
01/20/2025 10:06:53 PM (6 months ago)
Author:
johnbillion
Message:

Build/Test Tools: Pass the working directory path from the host to the dev environment containers.

This allows development tools to read the host path information from the HOST_PATH environment variable in order to, for example, map a path in a stack trace from the path in the container to the path on the host machine.

Fixes #62833

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docker-compose.yml

    r59489 r59668  
    4646      - GITHUB_REF=${GITHUB_REF-false}
    4747      - GITHUB_EVENT_NAME=${GITHUB_EVENT_NAME-false}
     48      - HOST_PATH=${PWD-}/${LOCAL_DIR-src}
    4849
    4950    volumes:
     
    102103      - PHP_FPM_UID=${PHP_FPM_UID-1000}
    103104      - PHP_FPM_GID=${PHP_FPM_GID-1000}
     105      - HOST_PATH=${PWD-}/${LOCAL_DIR-src}
    104106
    105107    volumes:
Note: See TracChangeset for help on using the changeset viewer.