Skip to content

Commit

Permalink
feat: preserve java home from gentropy image
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Jul 22, 2024
1 parent 36c5b03 commit 4a75267
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions images/genetics_etl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ RUN DOWNLOAD_URL="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/goo

ENV PATH="$PATH:$GCLOUD_HOME/bin"

# Set environment variables for Java
ENV JAVA_HOME=/usr/bin/
COPY tasks/ tasks/
ENTRYPOINT ["/bin/bash", "-c"]
ENTRYPOINT ["/bin/bash"]

0 comments on commit 4a75267

Please sign in to comment.