diff --git a/docker/Dockerfile b/docker/Dockerfile index 12979556c..0ab116a6f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -34,8 +34,8 @@ RUN python_ver=$(python3 -V | awk '{print $2}') \ && echo 'fs.inotify.max_user_watches=524288' >> /etc/sysctl.conf \ && echo 'fs.inotify.max_user_instances=524288' >> /etc/sysctl.conf \ && git config --global pull.ff only \ - && git clone -b ${NASTOOL_VERSION} ${REPO_URL} ${WORKDIR} --depth=1 --recurse-submodule \ + && git clone -b master ${REPO_URL} ${WORKDIR} --depth=1 --recurse-submodule \ && git config --global --add safe.directory ${WORKDIR} EXPOSE 3000 VOLUME ["/config"] -ENTRYPOINT ["/nas-tools/docker/entrypoint.sh"] +ENTRYPOINT ["/nas-tools/docker/entrypoint.sh"] \ No newline at end of file