Remove unnecessary configuration and prepare for more containers
This commit is contained in:
@@ -50,6 +50,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||
# Run migrations
|
||||
waitfordb
|
||||
${ARTISAN} monica:update --force -vv
|
||||
# Override the linking done by monica:update to use relative paths so the nginx directory can be anywhere
|
||||
unlink ${MONICADIR}/public/storage
|
||||
ln -s ../storage/app/public /var/www/html/public/storage
|
||||
|
||||
if [ -n "${SENTRY_SUPPORT:-}" -a "$SENTRY_SUPPORT" = "true" -a -z "${SENTRY_NORELEASE:-}" -a -n "${SENTRY_ENV:-}" ]; then
|
||||
commit=$(cat .sentry-commit)
|
||||
|
||||
Reference in New Issue
Block a user