From 7c5817757cacf4ab726841bbf09e7dfa90385a87 Mon Sep 17 00:00:00 2001 From: s444417 Date: Sun, 10 Apr 2022 20:31:44 +0200 Subject: [PATCH] jenkins permissions --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3879245..3af07a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,9 +15,10 @@ RUN python3 -m pip install pandas WORKDIR /app COPY . . -RUN sed -i.bak 's/\r$//' ./startscript1.sh -RUN sed -i.bak 's/\r$//' ./runPythonScripts.sh +RUN sed 's/\r$//' ./startscript1.sh +RUN sed 's/\r$//' ./runPythonScripts.sh RUN chmod -R 777 ../app +RUN ls -la >> permissions.txt # COPY ./Participants_Data_HPP ./Participants_Data_HPP # COPY ./startscript1.sh ./ # COPY ./src/task1python.py ./src/task1python.py