Skip to content

Commit

Permalink
node 20 Ubuntu instead of alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Aug 11, 2023
1 parent 1930a4d commit 2635b8d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
FROM node:20-alpine
RUN apk add --no-cache git
RUN apk add --no-cache openssl
FROM node:20
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

RUN chgrp -R 0 /src && \
chmod -R g+rwX /src

USER 1001

CMD node caracal.js

0 comments on commit 2635b8d

Please sign in to comment.