Container: Don't complain if the bin/ directory already exists

This commit is contained in:
Badlop 2022-09-07 12:02:36 +02:00
parent 14cced0bad
commit c496baaf87
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ RUN cp -r _build/prod/rel/ejabberd/ /opt/ejabberd-$VERSION \
&& mv /opt/ejabberd-$VERSION/conf /opt/ejabberd/conf
RUN BINPATH=$(dirname $(find /opt -name msgs))/bin/ \
&& mkdir $BINPATH \
&& mkdir -p $BINPATH \
&& cp tools/captcha*.sh $BINPATH
RUN export PEM=/opt/ejabberd/conf/server.pem \