1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Sync local time with container by mounting volume

This commit is contained in:
2016-01-22 03:41:31 +00:00
parent c9a425d959
commit d011c1c3b6
3 changed files with 3 additions and 4 deletions

View File

@@ -74,8 +74,7 @@ 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