|
# --build-arg OP_MACHINE_NAME="raspberrypi3" \
|
|
# --no-cache \
|
|
docker build \
|
|
--progress=plain \
|
|
--build-arg release="latest" \
|
|
--build-arg WITH_KLIPPER="yes" \
|
|
--build-arg OCTO_PRINTER="/octo_printer" \
|
|
-t cyteen/octoprint-octoprint \
|
|
-f Dockerfile \
|
|
.
|