7 lines
61 B
Bash
Executable File
7 lines
61 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -xe
|
|
|
|
docker build -t ium .
|
|
docker run -it ium
|