6 lines
82 B
Bash
6 lines
82 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
|
|
docker build . -t logickee/ych1990101_jupyter:latest
|