|
|
@ -5,4 +5,4 @@ ADD install.sh install.sh |
|
|
|
RUN chmod +x install.sh && ./install.sh && rm install.sh |
|
|
|
|
|
|
|
EXPOSE 2080 |
|
|
|
CMD ["php", "-S", "0.0.0.0:2080", "-t", "/source"] |
|
|
|
CMD ["BEANSTALK_SERVERS=$BEANSTALKD_PORT_11300_TCP_ADDR", "php", "-S", "0.0.0.0:2080", "-t", "/source"] |