Initial commit

This commit is contained in:
Arnie
2018-01-04 06:34:06 +01:00
parent 4cd30eea87
commit 524b9f1c0e
12 changed files with 542 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
ARG IMAGE_NAME
ARG IMAGE_VERSION
FROM ${IMAGE_NAME}:${IMAGE_VERSION}
RUN sed -i 's/max_execution_time.*/max_execution_time = 600/g' /etc/php5/cli/php.ini && sed -i 's/max_input_time.*/max_input_time = 600/g' /etc/php5/fpm/php.ini