From f1198fb91a3db412758b54a2c92905cdb6ab3702 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 20 Mar 2020 23:04:03 +0100 Subject: Updated docker file. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8e39ec5..b43d1a2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,6 @@ RUN apk update && \ postgresql-client \ postgresql-dev \ npm -RUN pip install poetry WORKDIR newspipe @@ -32,4 +31,5 @@ RUN chmod +x ./wait-for-postgres.sh RUN npm install COPY node_modules newspipe/static/npm_components +RUN pip install poetry RUN poetry install -- cgit