Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
L0rD59 committed Jul 16, 2015
2 parents 5976fbf + 5e5acab commit a57db01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN tar -xf /usr/src/php/ext/amqp.tgz -C /usr/src/php/ext/ && \
# Configurations
RUN ln -sf /usr/share/zoneinfo/Europe/Paris /etc/localtime

RUN echo "date.timezone = \"Europe/Paris\"" > /usr/local/etc/php/conf.d/timezone.ini

# Set working directory.
WORKDIR /app
Expand Down

0 comments on commit a57db01

Please sign in to comment.