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 75c3fe2 commit 0daee8eCopy full SHA for 0daee8e
.prettierrc.json
@@ -8,3 +8,4 @@
8
}
9
10
11
+
Dockerfile
@@ -26,7 +26,8 @@ RUN corepack enable && corepack prepare pnpm@latest --activate
26
COPY --from=builder /app/node_modules ./node_modules
27
28
# Copy application files
29
-COPY --chown=nodejs:nodejs package.json pnpm-lock.yaml index.js ./
+COPY --chown=nodejs:nodejs package.json pnpm-lock.yaml ./
30
+COPY --chown=nodejs:nodejs lib/ ./lib/
31
32
# Switch to non-root user
33
USER nodejs
eslint.config.js
@@ -22,3 +22,4 @@ export default [
22
];
23
24
25
0 commit comments