14 lines
501 B
Bash
14 lines
501 B
Bash
# OCTO_PRINTER http://github.com/KevinOConnor/klipper/issues/1902#issuecomment-524360391
|
|
# --no-cache \
|
|
# --build-arg PRINTER_CFG klipper-geeetech-a10-bltouch.cfg \
|
|
# --build-arg PRINTER_CFG generic-bigtreetech-skr-v1.3.cfg \
|
|
# -v ${PWD}/klipper_cfg:${HOME}/.config/klipper \
|
|
docker build \
|
|
--progress=plain \
|
|
--build-arg KLIPPER_BRANCH="work-python3-20200612" \
|
|
--build-arg PRINTER_CFG="printer.cfg" \
|
|
--build-arg OCTO_PRINTER="/octo_printer" \
|
|
-t cyteen/octoprint-klipper \
|
|
-f Dockerfile \
|
|
.
|