Update 'create.dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-19 11:16:58 +02:00
parent 92ed1acc5b
commit 519dfeb9f5

View File

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