etherpad: missing -p

This commit is contained in:
Starbeamrainbowlabs 2020-09-26 22:59:53 +01:00
parent 4930ff41e1
commit cedba508f7
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ RUN cd /srv/etherpad \
FROM ${REPO_LOCATION}minideb-node
RUN mkdir /srv
RUN mkdir -p /srv
COPY --from=builder /srv/etherpad /srv/etherpad
COPY settings.json /srv/etherpad/
USER 70:70