Make /startapp.sh execuytable

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-03-22 08:26:06 +00:00
parent 62d6180c55
commit 3cce7bde11

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"