Update 'create.dockerfile'

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

View File

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