Skip to content

Commit

Permalink
hardcode tag and fork
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Aug 9, 2023
1 parent 1018071 commit 1930a4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ RUN mkdir /src
COPY . /src
WORKDIR /src
RUN npm install
ARG viewer
ARG fork
RUN git clone https://github.com/${fork:-camicroscope}/camicroscope.git --branch=${viewer:-master}
RUN git clone https://github.com/camicroscope/camicroscope.git --branch=seer/nci-dccps-srp
EXPOSE 8010

RUN chgrp -R 0 /src && \
Expand Down

0 comments on commit 1930a4d

Please sign in to comment.