Skip to content
Snippets Groups Projects
Commit 21972345 authored by Hakan EBABIL's avatar Hakan EBABIL
Browse files

fix dockerfile for npm

parent 8bf6b638
No related merge requests found
......@@ -10,7 +10,10 @@ RUN mkdir -p $COMPOSER_HOME && chmod -R 777 $COMPOSER_HOME && curl -sS https://g
&& chmod +x composer.phar && mv composer.phar /usr/local/bin/composer
# Install NPM
RUN apt-get -yq install nodejs
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash
# Install NPM
RUN apt-get -yq install nodejs npm
# Install Sass
RUN npm install -g sass
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment