Skip to content

Commit 6edff0a

Browse files
author
mike dupont
committed
wip
1 parent fafe8ca commit 6edff0a

File tree

4 files changed

+102
-7310
lines changed

4 files changed

+102
-7310
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM node:20-slim AS base
22
ENV PNPM_HOME="/pnpm"
33
ENV PATH="$PNPM_HOME:$PATH"
44
RUN corepack enable
5+
RUN apt update
6+
RUN apt install -y git
57

68
WORKDIR /app
79

@@ -24,8 +26,6 @@ COPY tests /app/tests
2426
COPY benchmark /app/benchmark
2527
COPY jest /app/jest
2628
COPY dune-project /app/dune-project
27-
RUN apt update
28-
RUN apt install -y git
2929
RUN npm ci
3030
RUN pnpm run build
3131
RUN pnpm install jest

0 commit comments

Comments
 (0)