Skip to content

Commit 158fa39

Browse files
committed
Enabled install process for 0.0.3 tag
1 parent bc7faf7 commit 158fa39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.docker/os2web/entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ if [ "$PRINT_STATUS" = true ]; then
1010
$DRUSH status
1111
fi;
1212

13+
# Drupal installation step
14+
source /install.sh
15+
1316
if [ "$DEPLOYMENT" = true ]; then
1417
echo "Running deployment"
1518
export DRUSH="drush --root=/opt/drupal"

0 commit comments

Comments
 (0)