mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Container: Don't complain if the bin/ directory already exists
This commit is contained in:
parent
14cced0bad
commit
c496baaf87
2
.github/container/Dockerfile
vendored
2
.github/container/Dockerfile
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user