From e8a9af97ff40d46363c4ab74c8685f9f8f37470c Mon Sep 17 00:00:00 2001 From: "Gregory M. Kapfhammer" Date: Fri, 18 Sep 2020 18:29:07 -0400 Subject: [PATCH] Move the PYSETUP_PATH and VENV_PATH to the /root/.local/share --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e0a5ea7..caf0798 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,8 +32,8 @@ ENV PYTHONUNBUFFERED=1 \ \ # Specify the paths for using requirements and virtual environments; # this is where the requirements + virtual environment will live - PYSETUP_PATH="/opt/pysetup" \ - VENV_PATH="/opt/pysetup/.venv" \ + PYSETUP_PATH="/root/.local/share/pysetup" \ + VENV_PATH="/root/.local/share/pysetup/.venv" \ # Specify the version of Gradle GRADLE_VERSION=5.4.1 \ # Specify the home directory of Gradle