Part of supporting readonly root filesystem, gets NGINX to start without doing any writes to the filesystem, except for in `/tmp`.
5 lines
94 B
Bash
5 lines
94 B
Bash
#!/bin/bash
|
|
|
|
python3 /opt/appsmith/starting-page-init.py
|
|
rm -f "$NGINX_WWW_PATH/loading.html"
|