docker fix

This commit is contained in:
s444417 2022-04-06 17:53:42 +02:00
parent ec271e6057
commit 75c8b1b0d2

View File

@ -20,9 +20,9 @@ COPY ./startscript1.sh ./
COPY ./src/task1python.py ./src/task1python.py COPY ./src/task1python.py ./src/task1python.py
COPY ./src/pythonTest.py ./src/pythonTest.py COPY ./src/pythonTest.py ./src/pythonTest.py
RUN "chmod a+x ./startscript1.sh" RUN chmod a+x ./startscript1.sh
RUN "chmod a+x ./src/task1python.py" RUN chmod a+x ./src/task1python.py
RUN "chmod a+x ./src/pythonTest.py" RUN chmod a+x ./src/pythonTest.py