Skip to content

Commit

Permalink
feat: update default bind port
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitrone44 committed Apr 13, 2024
1 parent c3ce351 commit 44e6100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/code/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ SETUP:
--install-extension equinusocio.vsc-material-theme \
--install-extension equinusocio.vsc-material-theme-icons \
--install-extension ms-python.python
CMD ["code-server", "--bind-addr=0.0.0.0:8080", "."]
CMD ["code-server", "--bind-addr=0.0.0.0:8888", "."]
2 changes: 1 addition & 1 deletion frontend/jupyter/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ VERSION 0.8
SETUP:
FUNCTION
RUN micromamba install -n base -c conda-forge -y jupyterlab ipykernel ipywidgets
CMD ["jupyter", "lab"]
CMD ["jupyter", "lab", "--port=8888"]

0 comments on commit 44e6100

Please sign in to comment.