File size: 171 Bytes
511bc62
 
c0616b4
7950999
ecd62c6
c0616b4
7950999
1
2
3
4
5
6
7
#!/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;"