Update 'create.dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-19 11:15:24 +02:00
parent 4aa751778a
commit a5ab49cc32

View File

@ -4,6 +4,8 @@ WORKDIR /script
RUN apt-get update && apt-get install -y
RUN echo $(ls -a)
RUN pip install --no-cache-dir -r requirements.txt
COPY . .