We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff01cf2 + f5173d8 commit 8b464bcCopy full SHA for 8b464bc
docker/app/Dockerfile
@@ -14,7 +14,7 @@ RUN apt-get -y -qq update && \
14
RUN curl -Lo /usr/bin/composer https://getcomposer.org/composer-stable.phar && \
15
chmod +x /usr/bin/composer
16
17
-RUN curl -sL https://deb.nodesource.com/setup_13.x | bash && \
+RUN curl -sL https://deb.nodesource.com/setup_12.x | bash && \
18
apt-get install -y nodejs
19
20
RUN useradd -m app
0 commit comments