jupy-lab / entrypoint.sh
Ramses II
auto msg
676bf15
raw
history blame
216 Bytes
#!/bin/bash
# Start JupyterLab in the background
jupyter lab --ip=0.0.0.0 --port=${JUPYTERLAB_PORT} --no-browser --allow-root --NotebookApp.base_url=/jupyter &
# Start Nginx in the foreground
nginx -g "daemon off;"