Disable Docker Cache On Build
This commit is contained in:
parent
e262bd8a5d
commit
f656075a7a
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
docker build --tag thebrokenrail/minecraft-pi:latest .
|
docker build --no-cache --tag thebrokenrail/minecraft-pi:latest .
|
||||||
|
Loading…
Reference in New Issue
Block a user