Skip to content

Commit

Permalink
fix(docker): change JAVA_HOME env to /usr
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Jul 16, 2024
1 parent 40c927f commit 7345ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV POETRY_NO_INTERACTION=1 \
POETRY_VIRTUALENVS_IN_PROJECT=1 \
POETRY_VIRTUALENVS_CREATE=1 \
POETRY_CACHE_DIR=/tmp/poetry_cache \
JAVA_HOME=/usr/bin/
JAVA_HOME=/usr

RUN pip install poetry==1.7.1
WORKDIR /app
Expand Down

0 comments on commit 7345ff1

Please sign in to comment.