Browse Source

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 năm trước cách đây
mục cha
commit
00c29f2e3d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 \
 	php5-gettext \