diff --git a/create.dockerfile b/create.dockerfile index 9b06635..a63a9ed 100644 --- a/create.dockerfile +++ b/create.dockerfile @@ -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 . . \ No newline at end of file +RUN pip install --no-cache-dir -r ./requirements.txt \ No newline at end of file