etherpad: fix entrypoint
This commit is contained in:
parent
841a7af89b
commit
56f9008b34
1 changed files with 1 additions and 3 deletions
|
@ -26,6 +26,4 @@ USER 70:70
|
||||||
|
|
||||||
ENV NODE_ENV production
|
ENV NODE_ENV production
|
||||||
WORKDIR /srv/etherpad
|
WORKDIR /srv/etherpad
|
||||||
ENTRYPOINT [ "/bin/sh" ]
|
ENTRYPOINT [ "/srv/etherpad/bin/run.sh" ]
|
||||||
|
|
||||||
CMD /srv/etherpad/bin/run.sh
|
|
||||||
|
|
Loading…
Reference in a new issue