Skip to content
Snippets Groups Projects

Merging develop into main

Merged jurgenhaas requested to merge develop into main
5 files
+ 19
9
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 7
0
@@ -2,6 +2,13 @@
export L3DVERSION='{{ version }}'
if [[ "$L3D_CONFIG" != "[]" ]]; then
V=$(echo "$L3D_CONFIG" | yq eval .docker4drupal.php.version)
if [[ "$V" != "null" ]]; then
export PHP_VERSION=$V
fi
fi
COMMAND=start
if [[ -n "$1" ]]; then
if [[ -f "/usr/local/bin/$1" ]]; then
Loading