Skip to content

Commit

Permalink
make startapp.sh executable
Browse files Browse the repository at this point in the history
  • Loading branch information
traktuner committed Dec 11, 2023
1 parent 6a97725 commit 48e7148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ ENV WINEDEBUG -all
EXPOSE 5900

COPY startapp.sh /startapp.sh
RUN chmod +x /startapp.sh
1 change: 1 addition & 0 deletions Dockerfile.ubuntu18
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ ENV WINEDEBUG -all
EXPOSE 5900

COPY startapp.sh /startapp.sh
RUN chmod +x /startapp.sh

0 comments on commit 48e7148

Please sign in to comment.