#! /bin/sh

# FOR USE WITH DOCKER LOCAL ENVIRONMENT ONLY.

# install system dependencies
apk add --no-cache \
    git \
    python2 \
    g++ \
    make

# NPM install
# npm install --production=false
npm install

alias ng='/code/node_modules/@angular/cli/bin/ng'
# Start development server
ng serve --host 0.0.0.0