From 1220fca37aaeb86993c0c4b34669278341cd82d1 Mon Sep 17 00:00:00 2001 From: Johannes Schickling Date: Sat, 31 Jan 2015 19:36:39 +0100 Subject: [PATCH] env --- beanstalkd-console/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beanstalkd-console/Dockerfile b/beanstalkd-console/Dockerfile index 76de8d2..4c9c284 100644 --- a/beanstalkd-console/Dockerfile +++ b/beanstalkd-console/Dockerfile @@ -5,4 +5,4 @@ ADD install.sh install.sh RUN chmod +x install.sh && ./install.sh && rm install.sh EXPOSE 2080 -CMD BEANSTALK_SERVERS=$BEANSTALKD_PORT_11300_TCP_ADDR:11300 php -S 0.0.0.0:2080 -t /source/public +CMD bash -c 'BEANSTALK_SERVERS=$BEANSTALKD_PORT_11300_TCP_ADDR:11300 php -S 0.0.0.0:2080 -t /source/public'