fixed a typo

master
Mark 2022-10-01 18:21:33 -07:00
parent ab9c24397a
commit f06f00188c
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 3 additions and 2 deletions

View File

@ -41,9 +41,10 @@ end
# Base image MUST be built first # Base image MUST be built first
printf "Building base image...\n" printf "Building base image...\n"
docker $root_dir/build \ docker build \
--quiet=$is_quiet \ --quiet=$is_quiet \
-t betalupi/jupyter-inter-0 -t betalupi/jupyter-inter-0 \
$root_dir/base
printf "Done. \n\n" printf "Done. \n\n"