Update 'create.dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-19 15:38:47 +02:00
parent 4d54021c50
commit 18d07d9ec8

View File

@ -4,6 +4,6 @@ WORKDIR /script
RUN apt-get update && apt-get install -y
COPY .. .
COPY . .
RUN pip install --no-cache-dir -r ./requirements.txt