This website requires JavaScript.
Explore
Help
Sign In
DragonWrangler
/
minecraft-pi-reborn
Watch
1
Star
0
Fork
0
You've already forked minecraft-pi-reborn
forked from
minecraft-pi-reborn/minecraft-pi-reborn
Code
Issues
1
Pull Requests
Actions
Activity
minecraft-pi-reborn
/
scripts
/
build.sh
6 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial Commit
2020-09-25 12:43:53 -04:00
#!/bin/sh
set
-e
Disable Docker Cache On Build
2020-09-26 23:57:17 -04:00
docker build --no-cache --tag thebrokenrail/minecraft-pi:latest .
Reference in New Issue
Copy Permalink