Skip to content

Commit 6e85ecc

Browse files
committed
fix dockerfile for node-graphql
1 parent 63819ed commit 6e85ecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/node-graphql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:22-alpine AS build
22
RUN npm install -g pnpm@10.12.2
33
WORKDIR /app
44
COPY . .
5-
RUN node --experimental-strip-types scripts/generate.ts --only={{name}} \
5+
RUN node --experimental-strip-types scripts/generate.ts \
66
&& pnpm install --frozen-lockfile \
77
&& pnpm --filter @constructive-io/{{name}}-fn... build
88

0 commit comments

Comments
 (0)