diff --git a/Dockerfile b/Dockerfile index 1018b49..9bbe597 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,6 +41,6 @@ COPY init.sh /root/init.sh EXPOSE 5665 VOLUME ["/data"] -WORKDIR / +WORKDIR /data USER root CMD ["bash", "/root/init.sh"] \ No newline at end of file