Skip to content

Commit 42e0aa5

Browse files
author
Berend Sliedrecht
committed
fix: include patches twice
Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
1 parent 209def9 commit 42e0aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ WORKDIR /app
1010

1111
FROM base AS prod-deps
1212
COPY tsconfig.json /app/tsconfig.json
13-
1413
COPY patches /app/patches
1514

1615
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod
1716

1817
FROM base AS build
1918
COPY tsconfig.json /app/tsconfig.json
19+
COPY patches /app/patches
2020

2121
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install
2222
COPY src src

0 commit comments

Comments
 (0)