mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-12 04:23:01 +00:00
5 lines
139 B
Bash
Executable File
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
|