webgalen/bin/install
2018-09-21 01:25:39 +02:00

11 lines
126 B
Bash
Executable file

#!/bin/sh
set -e
ROOTDIR="$(cd "$(dirname "$0")/.." || exit 1 ; pwd)"
cd "$ROOTDIR"
npm install
docker pull vitr/casperjs