From b448fcc8bbc83ba3876bb70e4cdb35a634ac4fd4 Mon Sep 17 00:00:00 2001 From: tobias Date: Sun, 23 Jun 2024 10:42:27 +0200 Subject: [PATCH] fix: Typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 080b6b6..a1f6ea8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN pnpm install --frozen-lockfile COPY . . ENV NODE_ENV=production -RUN pnp generate:types +RUN pnpm generate:types RUN pnpm build # Production: copy build artifacts