fixed a typo
parent
ab9c24397a
commit
f06f00188c
|
@ -41,9 +41,10 @@ end
|
|||
|
||||
# Base image MUST be built first
|
||||
printf "Building base image...\n"
|
||||
docker $root_dir/build \
|
||||
docker build \
|
||||
--quiet=$is_quiet \
|
||||
-t betalupi/jupyter-inter-0
|
||||
-t betalupi/jupyter-inter-0 \
|
||||
$root_dir/base
|
||||
printf "Done. \n\n"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue