add missing npm/nodejs

This commit is contained in:
Lars Hampe
2020-07-30 10:07:50 +02:00
committed by GitHub
parent 1af469cf04
commit e7f6ef4c35

View File

@@ -43,6 +43,8 @@ RUN chmod +x /usr/local/bin/docker-entrypoint
RUN set -eux; \
apk add --no-cache \
nodejs \
npm \
freetype-dev \
gmp-dev \
libjpeg-turbo-dev \
@@ -92,4 +94,4 @@ ENV APP_ENV production
ENV LOG errorlog
ENTRYPOINT ["docker-entrypoint"]
CMD ["php-fpm"]
CMD ["php-fpm"]