Daniel Gibbs
6 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
8 additions and
0 deletions
-
entrypoint-user.sh
|
|
@ -44,6 +44,14 @@ if [ ! -d "/app/log" ]; then |
|
|
|
ln -s "${LGSM_LOGDIR}" "/app/log" |
|
|
|
fi |
|
|
|
|
|
|
|
# Symlink LGSM_DATADIR to /app/lgsm/data |
|
|
|
if [ ! -d "/app/lgsm/data" ]; then |
|
|
|
echo -e "" |
|
|
|
echo -e "creating symlink for ${LGSM_DATADIR}" |
|
|
|
echo -e "=================================" |
|
|
|
ln -s "${LGSM_DATADIR}" "/app/lgsm/data" |
|
|
|
fi |
|
|
|
|
|
|
|
# npm install in /app/lgsm |
|
|
|
if [ -f "/app/lgsm/package.json" ]; then |
|
|
|
echo -e "" |
|
|
|