fix script name

This commit is contained in:
jakubknczny 2021-05-14 21:55:52 +02:00
parent e3bf7767fe
commit 67fe6fca96

View File

@ -8,7 +8,7 @@ RUN apt install -y unzip >>/dev/null
WORKDIR /app WORKDIR /app
COPY ./test_eval.py ./ COPY ./create_dataset.py ./
COPY ./script.sh ./ COPY ./script.sh ./
RUN chmod +x script.sh RUN chmod +x script.sh