1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-05 06:07:20 +00:00

Set timezone in prod dockerfile

This commit is contained in:
2016-01-21 16:45:21 +00:00
parent 6282693fe3
commit c9a425d959

View File

@@ -74,5 +74,8 @@ RUN echo PassengerMaxPoolSize 3 >> /etc/apache2/apache2.conf
RUN echo PassengerMinInstances 3 >> /etc/apache2/apache2.conf
RUN echo PassengerPreStart *:443 >> /etc/apache2/apache2.conf
# Set timezone to new york
RUN timedatectl set-timezone America/New_York
# By default, simply start apache.
CMD /usr/sbin/apache2ctl -D FOREGROUND