Skip to content

Instantly share code, notes, and snippets.

@alectoist
Created March 14, 2016 19:05
Show Gist options
  • Save alectoist/bf3403b927c2dc575df9 to your computer and use it in GitHub Desktop.
Save alectoist/bf3403b927c2dc575df9 to your computer and use it in GitHub Desktop.
best build 2016
FROM webdevops/php-nginx
RUN curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
RUN apt-get install -y nodejs && \
npm i -g less handlebars uglifyjs
COPY ./app /app/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment