From fac073f54fc7e5a2d0924af8da7097b95c3c6527 Mon Sep 17 00:00:00 2001 From: danamir Date: Wed, 31 Aug 2022 17:30:29 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bbf7b37..b36fa58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ RUN apk add g++ gcc libxml2 libxslt-dev WORKDIR /project ADD . /project RUN pip install -r requirements.txt -CMD ["python","app.py"]pip \ No newline at end of file +CMD ["python","app.py"] \ No newline at end of file