add debug dev
This commit is contained in:
6
docker/production/entrypoint.d/99-debug-mode.sh
Normal file
6
docker/production/entrypoint.d/99-debug-mode.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
# Debug mode
|
||||
if [ "$DEBUG" = "true" ]; then
|
||||
echo "Debug mode is enabled"
|
||||
echo "Installing development dependencies..."
|
||||
composer install --dev --no-scripts
|
||||
fi
|
||||
Reference in New Issue
Block a user