Skip to content

Commit 78c7a32

Browse files
authored
Merge pull request #63 from Shuyib/Shuyib-patch-3
Update Dockerfile
2 parents 770b39c + 86e1854 commit 78c7a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EXPOSE 8888
2727
VOLUME /app
2828

2929
# Run jupyter when container launches
30-
CMD ["jupyter", "notebook", "--ip='0.0.0.0'", "--port=9999", "--no-browser", "--allow-root"]
30+
CMD ["jupyter", "notebook", "--ip='0.0.0.0'", "--port=8888", "--no-browser", "--allow-root"]
3131

3232

3333

0 commit comments

Comments
 (0)