parent
17c5703d29
commit
254359239a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.* ./
|
||||
|
||||
|
|
|
|||
Reference in a new issue