Skip to content

Commit

Permalink
Merge pull request #30 from rm-yakovenko/29-Use-lts-version
Browse files Browse the repository at this point in the history
29 Use LTS version of NodeJs
  • Loading branch information
rm-yakovenko authored Jun 26, 2020
2 parents ff01cf2 + f5173d8 commit 8b464bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get -y -qq update && \
RUN curl -Lo /usr/bin/composer https://getcomposer.org/composer-stable.phar && \
chmod +x /usr/bin/composer

RUN curl -sL https://deb.nodesource.com/setup_13.x | bash && \
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash && \
apt-get install -y nodejs

RUN useradd -m app
Expand Down

0 comments on commit 8b464bc

Please sign in to comment.