PromucFlow_constructor/deploy/docker/fs/opt/appsmith/run-starting-page-init.sh
Shrikant Sharat Kandula 2f5405d86d
chore: Run NGINX with readonly root FS support (#27453)
Part of supporting readonly root filesystem, gets NGINX to start without
doing any writes to the filesystem, except for in `/tmp`.
2023-09-27 13:38:47 +05:30

5 lines
94 B
Bash

#!/bin/bash
python3 /opt/appsmith/starting-page-init.py
rm -f "$NGINX_WWW_PATH/loading.html"