Skip to content

Commit

Permalink
uncommit Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thsrite committed Feb 11, 2023
1 parent f3f093b commit 98e9f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 98e9f2d

Please sign in to comment.