This commit is contained in:
Jakub Henyk 2023-04-04 14:02:54 +02:00
parent 4962e1f98c
commit 6e290c1549

View File

@ -12,7 +12,9 @@ RUN apt-get install -y python3-pip
RUN python3 -m pip install pandas
COPY ./zadanie1.py ./
COPY ./Customers.csv ./
RUN chmod +r ./Customers.csv
RUN chmod +x ./zadanie1.py
CMD python3 ./zadanie1.py