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
1 changed files with 1 additions and 3 deletions

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" ]