Merge pull request #179 from HashDot/master

add missing npm/nodejs
This commit is contained in:
codedge
2020-08-07 09:13:51 +02:00
committed by GitHub

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