diff --git a/Dockerfile b/Dockerfile index 5b39a83..fed4752 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,4 +36,6 @@ COPY ./entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] EXPOSE 80 443 5222 5269 5347 5280 5281 -CMD ["prosodyctl", "start"] +USER prosody +ENV __FLUSH_LOG yes +CMD ["prosody"]