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.
1 parent ff01cf2 commit f5173d8Copy full SHA for f5173d8
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