Skip to content

Commit

Permalink
Merge pull request #112 from navinrathore/zDocker
Browse files Browse the repository at this point in the history
zingg.sh path included in PATH env var in Dockerfile #111
  • Loading branch information
sonalgoyal committed Jan 5, 2022
2 parents 7f14bd7 + 120bf7e commit 1153c3b
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 1153c3b

Please sign in to comment.