fix entrypoint.sh

This commit is contained in:
Антон
2026-02-07 14:30:45 +03:00
parent 9d10bb97c7
commit 0961daedce
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ if [ ! -d /app/easy-rsa ]; then
echo "[INIT] Initializing Easy-RSA workspace..."
mkdir -p /app/easy-rsa
# Alpine installs easy-rsa files to /usr/share/easy-rsa
ln -s /usr/share/easy-rsa/* /app/easy-rsa/
cp -r /usr/share/easy-rsa/* /app/easy-rsa/
fi
# Start the APP_PROFILER API