fix9
This commit is contained in:
parent
4962e1f98c
commit
6e290c1549
@ -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
|
Loading…
Reference in New Issue
Block a user