Select Git revision
external-links.js
build 303 B
#!/bin/bash -l
# Copyright: 2017 - 2018 - MIT License
# Source: https://github.com/envygeeks/devfiles
# Author: Jordon Bedwell
script/install
[[ "$1" ]] && export DOCKER_REPO="$1"
echo "$DOCKER_REPO"
exit 0
bundle exec docker-template build "$DOCKER_REPO" --no-push --force --squash || \
exit $?