documentazione/var/build.sh

10 lines
270 B
Bash
Raw Normal View History

2018-12-16 12:54:02 +01:00
#!/usr/bin/env bash
apt-get update && \
apt-get install -y libfontconfig zip npm git apt-transport-https ca-certificates curl openssl && \
npm i -g npm && \
npm cache clean -f && \
npm install -g n && \
n stable && \
node --version && \
npm --version && \
bundle install