diff --git a/create.dockerfile b/create.dockerfile index fd2527b..3845dd0 100644 --- a/create.dockerfile +++ b/create.dockerfile @@ -4,6 +4,8 @@ WORKDIR /script RUN apt-get update && apt-get install -y +RUN echo $(ls -a) + RUN pip install --no-cache-dir -r requirements.txt COPY . . \ No newline at end of file