Skip to content

Commit

Permalink
Create dockerhub.build.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Aug 15, 2023
1 parent aef9283 commit 6ee24da
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dockerhub.build.dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM node:20
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y git
RUN mkdir /src
COPY . /src
WORKDIR /src
RUN npm install
RUN git clone https://github.com/camicroscope/camicroscope.git --branch=seer/nci-dccps-srp
EXPOSE 8010

CMD node caracal.js

0 comments on commit 6ee24da

Please sign in to comment.