Skip to content

Commit a2e59a1

Browse files
committed
feat: run cron on entrypoint.sh
1 parent dc733f7 commit a2e59a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ export LGSM_CONFIG=${LGSM_CONFIG}
4747

4848
cd /app || exit
4949

50+
# start cron
51+
cron
52+
5053
echo -e ""
5154
echo -e "Check Permissions"
5255
echo -e "================================="

0 commit comments

Comments
 (0)