add chmod

This commit is contained in:
Szymon Parafiński 2022-04-03 22:48:56 +02:00
parent ab7e050ce3
commit fa84ce5c18

View File

@ -21,5 +21,7 @@ WORKDIR /app
COPY lab2/download.sh .
COPY lab2/main.py .
RUN ls -la
RUN chmod +x ./download.sh
RUN ls -la
RUN ./download.sh