fix entrypoint.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user