[bitnami/java] Change working directory to /app (#71006)

add workdir instructions

Signed-off-by: David Li <63334933+9t8@users.noreply.github.com>
This commit is contained in:
David Li
2024-08-19 01:22:33 -07:00
committed by GitHub
parent 0f71477868
commit 4ee0b424a5
5 changed files with 5 additions and 0 deletions

View File

@@ -61,4 +61,5 @@ ENV APP_VERSION="11.0.24-9" \
PATH="/opt/bitnami/java/bin:$PATH"
ENTRYPOINT [ "/opt/bitnami/scripts/java/entrypoint.sh" ]
WORKDIR /app
CMD [ "bash" ]