You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMD ["sh", "-lc", "mkdir -p /app/storage/sessions && if chown www-data:www-data /app/storage/sessions; then chmod 2770 /app/storage/sessions; else chmod 2777 /app/storage/sessions; fi && if [ ! -f vendor/autoload.php ]; then composer install; fi && if [ ! -x node_modules/.bin/vite ]; then npm ci; fi && npm run build && exec php-fpm"]