Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Sep 17, 2024
1 parent fafe8ca commit 6edff0a
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 7,310 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM node:20-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
RUN apt update
RUN apt install -y git

WORKDIR /app

Expand All @@ -24,8 +26,6 @@ COPY tests /app/tests
COPY benchmark /app/benchmark
COPY jest /app/jest
COPY dune-project /app/dune-project
RUN apt update
RUN apt install -y git
RUN npm ci
RUN pnpm run build
RUN pnpm install jest
Expand Down
Loading

0 comments on commit 6edff0a

Please sign in to comment.