Skip to content
Snippets Groups Projects
Commit 599ae196 authored by Chris Shantz's avatar Chris Shantz
Browse files

Removed commented out code and changed default site name.

parent a4f4bd6f
No related branches found
No related tags found
No related merge requests found
...@@ -192,9 +192,6 @@ RUN chmod -R g+w /var/www/drupal7os/profiles/uw_base_profile ...@@ -192,9 +192,6 @@ RUN chmod -R g+w /var/www/drupal7os/profiles/uw_base_profile
RUN cd /var/www/drupal7os/profiles RUN cd /var/www/drupal7os/profiles
RUN git clone -b 7.x-3.x --single-branch https://git.uwaterloo.ca/wcms-openscholar/openscholar 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 our custom entrypoint and make it executable.
COPY docker-entrypoint-d7os.sh /usr/local/bin/ COPY docker-entrypoint-d7os.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-entrypoint-d7os.sh RUN chmod +x /usr/local/bin/docker-entrypoint-d7os.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment