jenkins permissions

This commit is contained in:
s444417 2022-04-10 20:31:44 +02:00
parent aabe41e828
commit 7c5817757c

View File

@ -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