Files
huike-front/container/setup.sh
T
weli a661e439a0 chore: initialize frontend repo with teaching terminology updates
Add the current frontend codebase with a baseline .gitignore and update piano-specific UI terms to teaching-oriented terms for the current product context.

Made-with: Cursor
2026-04-23 16:37:14 +08:00

9 lines
111 B
Bash
Executable File

#!/bin/bash
set -x
if [[ ! -d "/home/nginx" ]]; then
mkdir /home/nginx
chown nginx:nginx /home/nginx/
fi