Skip to content

Commit

Permalink
Update nwb explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Nov 15, 2023
1 parent 0de4291 commit 1c6e85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/nwb-explorer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 1c6e85f

Please sign in to comment.