Chain the initial start commands rather than forking them all.
This commit is contained in:
@@ -24,8 +24,8 @@ RUN rm -rfv /etc/prosody/README*
|
|||||||
# Install + Run Website
|
# Install + Run Website
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
USER root
|
USER root
|
||||||
CMD prosodyctl cert import /etc/letsencrypt/live & \
|
CMD prosodyctl cert import /etc/letsencrypt/live && \
|
||||||
service prosody start & \
|
service prosody start && \
|
||||||
prosodyctl reload & \
|
prosodyctl reload && \
|
||||||
tail -F /var/log/prosody/prosody.log & \
|
tail -F /var/log/prosody/prosody.log & \
|
||||||
tail -F /var/log/prosody/prosody.err
|
tail -F /var/log/prosody/prosody.err
|
||||||
|
|||||||
Reference in New Issue
Block a user