6 lines
79 B
Bash
6 lines
79 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
sudo docker build --tag thebrokenrail/minecraft-pi:latest .
|