From a5ab49cc32bfc9a570f86d445e243910c18bfb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Wed, 19 Apr 2023 11:15:24 +0200 Subject: [PATCH] Update 'create.dockerfile' --- create.dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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