Skip to content

Commit

Permalink
allow short open tag for legacy php code
Browse files Browse the repository at this point in the history
  • Loading branch information
macropin committed Oct 5, 2015
1 parent d5a0da7 commit cbd26e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN rm /etc/apache2/conf-enabled/* /etc/apache2/sites-enabled/* && \
a2enmod vhost_alias mpm_prefork deflate rewrite expires headers php5 && \
a2ensite vhost.conf && \
sed -i -e 's@^;sendmail_path =.*@sendmail_path = /usr/bin/msmtp -t -i@g' /etc/php5/apache2/php.ini /etc/php5/cli/php.ini && \
sed -i -e 's@short_open_tag =.*@short_open_tag = On@g' /etc/php5/apache2/php.ini /etc/php5/cli/php.ini && \
mkdir -p /srv/www

ADD entry.sh /
Expand Down

0 comments on commit cbd26e7

Please sign in to comment.