docker fix
This commit is contained in:
parent
75c8b1b0d2
commit
e105573fe5
@ -20,11 +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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Domyślne polecenie, które zostanie uruchomione w kontenerze po jego starcie
|
# Domyślne polecenie, które zostanie uruchomione w kontenerze po jego starcie
|
||||||
# RUN chmod u+x ./startscript1.sh
|
# RUN chmod u+x ./startscript1.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user