Skip to content

Commit

Permalink
Merge pull request #8 from automatix/#5_adding-node-and-yarn
Browse files Browse the repository at this point in the history
#5 Node.js, npm, and Yarn added to the  PHP container.
  • Loading branch information
automatix committed Apr 17, 2021
2 parents 42c096a + 8450725 commit 1cfa2c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions php-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ RUN wget https://github.com/symfony/cli/releases/download/v$SYMFONY_CLI_VERSION/
&& chmod +x symfony \
&& mv symfony /usr/local/bin/

RUN apk add --update nodejs npm \
&& npm install --global yarn

COPY symfony.ini /etc/php8/conf.d/
COPY symfony.ini /etc/php8/cli/conf.d/
COPY xdebug.ini /etc/php8/conf.d/
Expand Down

0 comments on commit 1cfa2c7

Please sign in to comment.