etherpad: fix entrypoint

This commit is contained in:
Starbeamrainbowlabs 2020-09-27 00:17:08 +01:00
parent 841a7af89b
commit 56f9008b34
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -26,6 +26,4 @@ USER 70:70
ENV NODE_ENV production
WORKDIR /srv/etherpad
ENTRYPOINT [ "/bin/sh" ]
CMD /srv/etherpad/bin/run.sh
ENTRYPOINT [ "/srv/etherpad/bin/run.sh" ]