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