4 lines
85 B
Bash
Executable file
4 lines
85 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
docker build -t boardsourcebot .
|
|
docker run --rm boardsourcebot
|