Merge pull request #28 from prosody/27-entrypoint.sh

Make `entrypoint.sh` executable
This commit is contained in:
Matthew Wild 2016-03-09 11:13:37 +00:00
commit 6d139045cf

View file

@ -34,6 +34,7 @@ RUN dpkg -i /tmp/prosody.deb \
&& perl -i -pe 'BEGIN{undef $/;} s/^log = {.*?^}$/log = {\n {levels = {min = "info"}, to = "console"};\n}/smg' /etc/prosody/prosody.cfg.lua
COPY ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
EXPOSE 80 443 5222 5269 5347 5280 5281