update dockerfile

This commit is contained in:
Maciej Czajka 2022-04-02 13:00:49 +02:00
parent bdf6e02c92
commit a3b24cf290

View File

@ -21,6 +21,6 @@ ENV CUTOFF=1000
COPY download.sh .
COPY Zajecia_2/main.py .
RUN ls -al /root/*
RUN ls -al root/*
RUN ./download.sh
CMD ["python3", "./main.py"]