etherpad: missing -p
This commit is contained in:
parent
4930ff41e1
commit
cedba508f7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ RUN cd /srv/etherpad \
|
||||||
|
|
||||||
FROM ${REPO_LOCATION}minideb-node
|
FROM ${REPO_LOCATION}minideb-node
|
||||||
|
|
||||||
RUN mkdir /srv
|
RUN mkdir -p /srv
|
||||||
COPY --from=builder /srv/etherpad /srv/etherpad
|
COPY --from=builder /srv/etherpad /srv/etherpad
|
||||||
COPY settings.json /srv/etherpad/
|
COPY settings.json /srv/etherpad/
|
||||||
USER 70:70
|
USER 70:70
|
||||||
|
|
Loading…
Reference in a new issue