Zaktualizuj 'Dockerfile'

This commit is contained in:
Michał Zaręba 2021-04-08 21:20:22 +02:00
parent 09a86ba4fc
commit e69bb06cf6

View File

@ -7,10 +7,10 @@ RUN apt-get install -y figlet
WORKDIR /app
COPY ./requirements.txt ./
COPY ./script.py ./
COPY ./script2.py ./
COPY ./kaggle.json /root/.kaggle/
RUN pip3 install --user -r ./requirements.txt
CMD python3 script.py
CMD python3 script2.py