diff --git a/applications/nwb-explorer/Dockerfile b/applications/nwb-explorer/Dockerfile index c75c7756..8be4b537 100644 --- a/applications/nwb-explorer/Dockerfile +++ b/applications/nwb-explorer/Dockerfile @@ -1,7 +1,7 @@ FROM node:15 as clone ENV BRANCH_TAG="osb2" ENV REPO=https://github.com/MetaCell/nwb-explorer.git -RUN echo "cache 2023-11-14b" +RUN echo "cache 2023-11-15" RUN git clone $REPO -b $BRANCH_TAG RUN rm -Rf .git