ソースを参照

fix(devadmin): enforce PHP 5

The docker image richarvey/nginx-php-fpm that we're using has switched
its default to PHP 7, breaking the way our poweradmin is set up.
Peter Thomassen 8 年 前
コミット
00c29f2e3d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      devadmin/Dockerfile

+ 1 - 1
devadmin/Dockerfile

@@ -1,4 +1,4 @@
-FROM richarvey/nginx-php-fpm
+FROM richarvey/nginx-php-fpm:php5
 
 
 RUN apk add --no-cache \
 RUN apk add --no-cache \
 	php5-gettext \
 	php5-gettext \