6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
docker build --no-cache --tag thebrokenrail/minecraft-pi:latest .
|