From bd527e1931250d95bac103e856c9c207ad607600 Mon Sep 17 00:00:00 2001 From: "Tiffany A. Timbers" Date: Thu, 20 Jan 2022 22:19:01 -0800 Subject: [PATCH] reverting to adding Poetry to PATH via ENV --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 806aea4..7f72d78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,4 @@ RUN conda install -c conda-forge --quiet --yes \ RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - -RUN mkdir .poetry - -COPY env .poetry/env +ENV PATH="$HOME/.poetry/bin:${PATH}"