Skip to content

Commit

Permalink
Removed some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRand authored and Toxantron committed Mar 26, 2020
1 parent 1bdf355 commit d520335
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#!/bin/bash
cd /var/www/scrumonline
echo Running composer update
/usr/bin/php ./bin/composer update --no-plugins --no-scripts
echo Running composer install
/usr/bin/php ./bin/composer install --no-plugins --no-scripts
echo Copying config
cp src/sample-config.php src/config.php
# Overwrite host
echo '$host = "http://localhost:8080";' >> src/config.php
4 changes: 0 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ FROM fauria/lamp
#ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && \
apt-get -y install supervisor
# apache2 libapache2-mod-php7 \
# mysql-server mysql-client php7-mysql \
# php7-xdebug php7-curl php7-imagick \
# curl wget vim

# Prepare apache/php config and directory
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
Expand Down

0 comments on commit d520335

Please sign in to comment.