mirror of
https://github.com/coollabsio/coolify.git
synced 2025-12-28 05:34:50 +00:00
fix: debug mode
This commit is contained in:
parent
e0e2126f38
commit
e90df5a46b
@ -1,5 +1,5 @@
|
||||
# Debug mode
|
||||
if [ "$DEBUG" = "true" ]; then
|
||||
if [ "$APP_DEBUG" = "true" ]; then
|
||||
echo "Debug mode is enabled"
|
||||
echo "Installing development dependencies..."
|
||||
composer install --dev --no-scripts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user