Skip to content

Commit

Permalink
Remove unused volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasperhino committed Dec 9, 2024
1 parent b3ab879 commit 5bd7f6f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,10 @@ COPY analytics/package.json .
COPY analytics/pnpm-lock.yaml .
COPY analytics/tsconfig.json .
RUN mkdir /metrics
VOLUME ["/metrics"]


RUN pnpm install
RUN pnpm run build


# RUN curl -vL --compressed https://github.com/XAMPPRocky/tokei/releases/download/v12.1.2/tokei-x86_64-unknown-linux-gnu.tar.gz --output tokei.tar.gz
# RUN tar -xvf tokei.tar.gz
RUN tokei /repository --output json > /metrics/metrics.json

CMD [ "node", "/build/index.js" ]

0 comments on commit 5bd7f6f

Please sign in to comment.