Browse Source

env

pull/4/head
Johannes Schickling 9 years ago
parent
commit
1220fca37a
  1. 2
      beanstalkd-console/Dockerfile

2
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'
Loading…
Cancel
Save