Skip to content

Commit

Permalink
Fix less version to stop bug in newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paramsingh committed Jun 19, 2018
1 parent 669670b commit b80fcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Expand Up @@ -67,7 +67,7 @@ RUN touch /etc/service/cron/down
# Node
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
RUN apt-get install -y nodejs
RUN npm install -g less
RUN npm install -g less@2.7.2
RUN npm install less-plugin-clean-css

# Compile the CSS
Expand Down

0 comments on commit b80fcb0

Please sign in to comment.