File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ RUN locale-gen en_US.UTF-8
55ENV LANG en_US.UTF-8
66ENV LC_ALL en_US.UTF-8
77
8- COPY conf/php.ini /etc/php5/mods-available/docker-boilerplate.ini
98COPY conf/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
109COPY conf/locale.conf /opt/docker/locale.conf
1110COPY bin/* /opt/docker/
@@ -14,6 +13,8 @@ ADD entrypoint.sh /entrypoint.sh
1413RUN bash /opt/docker/install.sh
1514RUN bash /opt/docker/customization.sh
1615
16+ COPY conf/php.ini /etc/php5/mods-available/docker-boilerplate.ini
17+
1718EXPOSE 9000
1819
1920VOLUME /docker/
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ locale-gen
7474# Enable php modules
7575# ############################
7676# # custom config
77+ touch /etc/php5/mods-available/docker-boilerplate.ini
7778php5enmod docker-boilerplate
7879
7980# ############################
You can’t perform that action at this time.
0 commit comments