From b55bd7f76db18a01c73c68c2aa3f67590107930d Mon Sep 17 00:00:00 2001 From: Jakub Henyk Date: Tue, 4 Apr 2023 13:54:20 +0200 Subject: [PATCH] fix6 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index ea63478..9c26b8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,6 @@ RUN python3 -m pip install pandas COPY ./zadanie1.ipynb ./ +RUN chmod +x ./zadanie1.ipynb + CMD ./zadanie1.ipynb \ No newline at end of file