diff --git a/Dockerfile b/Dockerfile index af58156..c76a74b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ FROM ubuntu:latest -WORKDIR /app +WORKDIR /ium COPY ./skrypt.sh ./ COPY ./statystyki.sh ./ RUN chmod u+x ./skrypt.sh ./statystyki.sh -RUN apt update && apt install -y python3-pip zip +RUN apt update && apt install -y pip zip RUN pip install --user kaggle