Compare commits

..

1 Commits

Author SHA1 Message Date
3cce7bde11 Make /startapp.sh execuytable
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-03-22 08:26:06 +00:00

View File

@@ -5,6 +5,7 @@ FROM jlesage/baseimage-gui:ubuntu-24.04-v4.7.1
# Setup dirs and files
RUN mkdir -p /home/openscad
RUN echo "#!/bin/sh\nexec openscad" > /startapp.sh
RUN chmod +x /startapp.sh
# Internal env vars
ENV APP_NAME="OpenSCAD"