mirror of
https://github.com/sailor-sh/CK-X.git
synced 2026-05-06 00:26:41 +00:00
7 lines
141 B
Bash
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 |