diff --git a/create.dockerfile b/create.dockerfile index b6dad55..a63a9ed 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