Skip to content

Commit

Permalink
zingg.sh path included in PATH env var in Dockerfile zinggAI#111
Browse files Browse the repository at this point in the history
  • Loading branch information
navinrathore committed Jan 5, 2022
1 parent 821ba22 commit 120bf7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM docker.io/bitnami/spark:3.1.2
ENV SPARK_MASTER local[*]
ENV ZINGG_HOME /zingg-0.3.1-SNAPSHOT
ENV PATH $ZINGG_HOME/scripts:$PATH
WORKDIR /
USER root
WORKDIR /zingg-0.3.1-SNAPSHOT
Expand Down

0 comments on commit 120bf7e

Please sign in to comment.