fixup! add entry point for release docker
This commit is contained in:
parent
4b736ed841
commit
fb86162009
@ -5,9 +5,12 @@ set -e
|
||||
echo "Migrating DB..."
|
||||
./mapg db:migrate
|
||||
|
||||
echo "Installing crontab..."
|
||||
/usr/bin/crontab docker/scripts/cron
|
||||
|
||||
set +e
|
||||
|
||||
/usr/bin/crontab docker/scripts/cron && /usr/sbin/cron &
|
||||
/usr/sbin/cron &
|
||||
/usr/sbin/php-fpm7.4 -F &
|
||||
/usr/sbin/nginx -g 'daemon off;' &
|
||||
/usr/bin/node multi &
|
||||
|
Loading…
Reference in New Issue
Block a user