diff --git a/Dockerfile b/Dockerfile index f281d5f..1e0d2c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,10 +15,8 @@ WORKDIR /usr/src/server RUN chmod +x init.sh -ENTRYPOINT ["./init.sh"] - RUN mkdir /data RUN mkdir /data/logs RUN mkdir /data/plugins -CMD exec ./esticonsole +CMD exec ./init.sh && ./esticonsole