From 48e71485b588aa5bc8fcd138600f1162543fd86c Mon Sep 17 00:00:00 2001 From: Traktuner <78533119+traktuner@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:30:46 +0100 Subject: [PATCH] make startapp.sh executable --- Dockerfile | 1 + Dockerfile.ubuntu18 | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7f8da88..bb7dac8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,3 +37,4 @@ ENV WINEDEBUG -all EXPOSE 5900 COPY startapp.sh /startapp.sh +RUN chmod +x /startapp.sh \ No newline at end of file diff --git a/Dockerfile.ubuntu18 b/Dockerfile.ubuntu18 index 3f2cb47..41a9a60 100644 --- a/Dockerfile.ubuntu18 +++ b/Dockerfile.ubuntu18 @@ -37,3 +37,4 @@ ENV WINEDEBUG -all EXPOSE 5900 COPY startapp.sh /startapp.sh +RUN chmod +x /startapp.sh \ No newline at end of file