Skip to content

Commit bbe3bbc

Browse files
Add EXPOSE port 4040 for pyspark image (#1783)
* 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>
1 parent c8bbeff commit bbe3bbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyspark-notebook/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ RUN mamba install --quiet --yes \
7070
fix-permissions "/home/${NB_USER}"
7171

7272
WORKDIR "${HOME}"
73+
EXPOSE 4040

0 commit comments

Comments
 (0)