Skip to content

Commit

Permalink
Update nwb explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Feb 5, 2024
1 parent 91740c2 commit fd0031a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions applications/nwb-explorer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM node:15 as clone
ENV BRANCH_TAG="v0.7.0"
ENV BRANCH_TAG="develop"
ENV REPO=https://github.com/MetaCell/nwb-explorer.git
RUN echo "cache 2023-12-23"
RUN echo "cache 2024-02-05"
RUN git clone $REPO -b $BRANCH_TAG
RUN rm -Rf .git

FROM node:15 as jsbuild
FROM node:20 as jsbuild


ENV FOLDER=nwb-explorer
Expand All @@ -15,7 +15,7 @@ ENV FOLDER=nwb-explorer
WORKDIR $FOLDER/webapp

COPY --from=clone nwb-explorer/webapp/package.json .
COPY --from=clone nwb-explorer/webapp/package-lock.json .
COPY --from=clone nwb-explorer/webapp/yarn.lock .
RUN yarn install --network-timeout 1000000000
COPY --from=clone nwb-explorer/webapp/ .
COPY geppetto/GeppettoConfiguration.json GeppettoConfiguration.json
Expand Down

0 comments on commit fd0031a

Please sign in to comment.