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