jenkins permissions
This commit is contained in:
parent
aabe41e828
commit
7c5817757c
@ -15,9 +15,10 @@ RUN python3 -m pip install pandas
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN sed -i.bak 's/\r$//' ./startscript1.sh
|
RUN sed 's/\r$//' ./startscript1.sh
|
||||||
RUN sed -i.bak 's/\r$//' ./runPythonScripts.sh
|
RUN sed 's/\r$//' ./runPythonScripts.sh
|
||||||
RUN chmod -R 777 ../app
|
RUN chmod -R 777 ../app
|
||||||
|
RUN ls -la >> permissions.txt
|
||||||
# COPY ./Participants_Data_HPP ./Participants_Data_HPP
|
# COPY ./Participants_Data_HPP ./Participants_Data_HPP
|
||||||
# COPY ./startscript1.sh ./
|
# COPY ./startscript1.sh ./
|
||||||
# COPY ./src/task1python.py ./src/task1python.py
|
# COPY ./src/task1python.py ./src/task1python.py
|
||||||
|
Loading…
Reference in New Issue
Block a user