diff --git a/create.dockerfile b/create.dockerfile index a63a9ed..b6dad55 100644 --- a/create.dockerfile +++ b/create.dockerfile @@ -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 \ No newline at end of file