Browse Source

Delete export ENV (#5028)

Joan Miquel 6 years ago
parent
commit
b2df269c73
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/PHP/php/php-ngx.dockerfile

+ 2 - 2
frameworks/PHP/php/php-ngx.dockerfile

@@ -26,6 +26,6 @@ RUN wget -q http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz && \
             --add-module=/ngx_php7 > /dev/null && \
             --add-module=/ngx_php7 > /dev/null && \
     make > /dev/null && make install > /dev/null
     make > /dev/null && make install > /dev/null
 
 
-CMD export DBIP=`getent hosts tfb-database | awk '{ print $1 }'` && \
-         /nginx/sbin/nginx -c /deploy/nginx_php.conf
+CMD /nginx/sbin/nginx -c /deploy/nginx_php.conf
+