fix: add /app/bin to PATH to fix Drush

Fixes #11
This commit is contained in:
Oliver Davies 2023-03-03 23:04:06 +00:00
parent 17c5703d29
commit 254359239a

View file

@ -13,7 +13,7 @@ RUN adduser --disabled-password --uid "${DOCKER_UID}" app \
USER app
ENV PATH="${PATH}:/app/vendor/bin"
ENV PATH="${PATH}:/app/bin:/app/vendor/bin"
COPY --chown=app:app composer.* ./