Add node modules to PATH

This commit is contained in:
Jaysen 2019-10-17 21:27:51 -06:00
commit 38ef17c1df

View file

@ -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"