docker-registry-frontend/develop/start-develop.sh
2015-05-20 12:08:14 +02:00

8 lines
155 B
Bash
Executable file

#!/bin/bash
set -x
set -e
cd $SOURCE_DIR
npm install
node_modules/bower/bin/bower install --allow-root
node_modules/grunt-cli/bin/grunt serve --allow-root