Add node modules to PATH
This commit is contained in:
parent
298e1162f5
commit
38ef17c1df
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ RUN apk add --no-cache --virtual .node-build-deps \
|
|||
zip \
|
||||
&& apk del .node-build-deps
|
||||
RUN npm install -g yarn
|
||||
ENV PATH="/app:/app/vendor/bin:${PATH}"
|
||||
ENV PATH="/app:/app/node_modules/.bin:/app/vendor/bin:${PATH}"
|
||||
COPY conf.d/opcache.ini /usr/local/etc/php/conf.d/opcache.ini
|
||||
# sane defaults for opcache
|
||||
ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue