Skip to content

Commit

Permalink
Add EXPOSE port 4040 for pyspark image (#1783)
Browse files Browse the repository at this point in the history
* Add EXPOSE

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
bjornjorgensen and pre-commit-ci[bot] committed Sep 8, 2022
1 parent c8bbeff commit bbe3bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyspark-notebook/Dockerfile
Expand Up @@ -70,3 +70,4 @@ RUN mamba install --quiet --yes \
fix-permissions "/home/${NB_USER}"

WORKDIR "${HOME}"
EXPOSE 4040

0 comments on commit bbe3bbc

Please sign in to comment.