Skip to content

Commit 0daee8e

Browse files
committed
Fix Dockerfile
1 parent 75c3fe2 commit 0daee8e

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.prettierrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
}
99

1010

11+

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ RUN corepack enable && corepack prepare pnpm@latest --activate
2626
COPY --from=builder /app/node_modules ./node_modules
2727

2828
# Copy application files
29-
COPY --chown=nodejs:nodejs package.json pnpm-lock.yaml index.js ./
29+
COPY --chown=nodejs:nodejs package.json pnpm-lock.yaml ./
30+
COPY --chown=nodejs:nodejs lib/ ./lib/
3031

3132
# Switch to non-root user
3233
USER nodejs

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ export default [
2222
];
2323

2424

25+

0 commit comments

Comments
 (0)