Correction to files; add default moonraker conf

This commit is contained in:
Fredrik Baberg
2023-01-12 02:45:57 +01:00
parent 7f813f5f99
commit a8dcd9f6ec
7 changed files with 57 additions and 23 deletions

View File

@@ -11,14 +11,6 @@ RUN apk add --no-cache \
libffi-dev \
build-base \
curl-dev
# && git clone https://github.com/KevinOConnor/klipper \
# && git clone https://github.com/Arksine/moonraker.git
# RUN virtualenv klippy-env \
# && ./klippy-env/bin/pip install -r ./klipper/scripts/klippy-requirements.txt
# RUN virtualenv moonraker-env \
# && ./moonraker-env/bin/pip install -r ./moonraker/scripts/moonraker-requirements.txt
COPY rootfs /
RUN chmod +x /etc/cont-init.d/*.sh