We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63819ed commit 6e85eccCopy full SHA for 6e85ecc
1 file changed
templates/node-graphql/Dockerfile
@@ -2,7 +2,7 @@ FROM node:22-alpine AS build
2
RUN npm install -g pnpm@10.12.2
3
WORKDIR /app
4
COPY . .
5
-RUN node --experimental-strip-types scripts/generate.ts --only={{name}} \
+RUN node --experimental-strip-types scripts/generate.ts \
6
&& pnpm install --frozen-lockfile \
7
&& pnpm --filter @constructive-io/{{name}}-fn... build
8
0 commit comments