diff --git a/Dockerfile b/Dockerfile index cf7b9c9..7a8a565 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,11 +27,6 @@ FROM base AS build # Set environment to production ENV NODE_ENV=production -# Install only production dependencies -RUN pnpm install --frozen-lockfile --prod - -RUN pnpm install typescript - # Build the application RUN pnpm run build