ium_452639/run.sh

7 lines
72 B
Bash
Executable File

#!/bin/sh
set -xe
docker build -t ium .
docker run -v .:/ium/ -it ium