Files
CK-X/app/init.sh
2025-04-02 10:39:59 +05:30

7 lines
141 B
Bash

#!/bin/sh
# Copy the HTML file to Nginx's directory
cp /app/public/* /usr/share/nginx/html/
# Keep the container running
tail -f /dev/null