We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414a5a8 commit 1324992Copy full SHA for 1324992
.docker/os2web-subsites/Dockerfile
@@ -16,7 +16,7 @@ RUN set -eux; \
16
# Adding subsites provisioner script.
17
RUN set -eux; \
18
git clone -n https://github.com/bellcom/os2subsite_provision.git /opt/drupal/scripts/os2subsites_provision; \
19
- cd /opt/drupal/scripts/os2subsites_provision && git checkout 89a7202548462dfbb6946fda9978cfad3e77412b; \
+ cd /opt/drupal/scripts/os2subsites_provision && git checkout 2a2df4c493d9a9d07f906be11f3dd3fa3783ce71; \
20
ln -s /opt/drupal/scripts/os2subsites_provision/8.x/bc_subsites /opt/drupal/web/modules/custom/
21
22
# Adding further site specific data to image.
0 commit comments