Files
jupyterhub/hooks/post_build
2018-04-26 16:43:56 +02:00

5 lines
139 B
Bash
Executable File

#!/bin/bash
set -exuo pipefail
docker build --build-arg BASE_IMAGE=$DOCKER_REPO:$DOCKER_TAG -t ${DOCKER_REPO}-onbuild:$DOCKER_TAG onbuild