Skip to content

Commit

Permalink
Merge pull request #63 from Shuyib/Shuyib-patch-3
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
Shuyib authored Oct 22, 2023
2 parents 770b39c + 86e1854 commit 78c7a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ EXPOSE 8888
VOLUME /app

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



0 comments on commit 78c7a32

Please sign in to comment.