Skip to content

Commit

Permalink
Move the PYSETUP_PATH and VENV_PATH to the /root/.local/share
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Sep 18, 2020
1 parent 6da0421 commit e8a9af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8a9af9

Please sign in to comment.