Compare commits

..

1 Commits

Author SHA1 Message Date
03275acd64 Fix build
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-02-26 11:12:12 +00:00
3 changed files with 2 additions and 11 deletions

View File

@@ -17,13 +17,8 @@ FROM jlesage/baseimage-gui:debian-10
ADD ./src/startapp.sh /startapp.sh
RUN mkdir -p /app/cura/config && \
mkdir -p /config/xdg/config/cura && \
ln -sf /app/cura/config /config/xdg/config/cura/4.13
RUN mkdir -p /app/cura/data && \
mkdir -p /config/xdg/data/cura && \
ln -sf /app/cura/data /config/xdg/data/cura/4.13
RUN mkdir -p /app/cura && \
ln -sf /app/cura /config/xdg/config/cura/4.13
VOLUME [ "/app/cura" ]
ENV APP_NAME="Cura"

View File

@@ -6,7 +6,6 @@ Docker image containing Ultimaker Cura, accessible via web UI or VNC.
* Web based GUI (Port 5800)
* VNC based access (Port 5900)
* All config symlinked to `/app/cura` so it can be stored with a persistent volume
## Building from source

View File

@@ -1,7 +1,4 @@
#!/bin/sh
mkdir -p /app/cura/config
mkdir -p /app/cura/data
export HOME=/home
exec /opt/cura/usr/bin/cura.sh