Disable Docker Cache On Build

This commit is contained in:
TheBrokenRail 2020-09-26 23:57:17 -04:00
parent e262bd8a5d
commit f656075a7a

View File

@ -2,4 +2,4 @@
set -e set -e
docker build --tag thebrokenrail/minecraft-pi:latest . docker build --no-cache --tag thebrokenrail/minecraft-pi:latest .