From 599ae1962606506c4ddb3e42ffaf72b221fead07 Mon Sep 17 00:00:00 2001 From: mnshantz <mnshantz@uwaterloo.ca> Date: Tue, 19 Feb 2019 09:36:07 -0500 Subject: [PATCH] Removed commented out code and changed default site name. --- build-scripts/drupal7os/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-scripts/drupal7os/Dockerfile b/build-scripts/drupal7os/Dockerfile index a3fb207..d230934 100644 --- a/build-scripts/drupal7os/Dockerfile +++ b/build-scripts/drupal7os/Dockerfile @@ -192,9 +192,6 @@ RUN chmod -R g+w /var/www/drupal7os/profiles/uw_base_profile RUN cd /var/www/drupal7os/profiles RUN git clone -b 7.x-3.x --single-branch https://git.uwaterloo.ca/wcms-openscholar/openscholar -## Add the Servername to the apache2 conf file. -## RUN echo "ServerName ${PROJECT_BASE_URL}" >> /etc/apache2/apache2.conf - # Copy our custom entrypoint and make it executable. COPY docker-entrypoint-d7os.sh /usr/local/bin/ RUN chmod +x /usr/local/bin/docker-entrypoint-d7os.sh -- GitLab