mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
5 lines
107 B
Bash
5 lines
107 B
Bash
#!/bin/bash
|
|
set -ex
|
|
|
|
docker build --build-arg JUPYTERHUB_VERSION=$DOCKER_TAG -t $DOCKER_REPO:$DOCKER_TAG .
|