diff --git a/Dockerfile b/Dockerfile index 8777dab..d294dd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ WORKDIR /app COPY . . -RUN ls -la >> permissions.txt +RUN ls -la RUN chmod o+wrx ./startscript1.sh