Update Dockerfile to use Node.js 20 for compatibility with Nuxt 4 requirements

This commit is contained in:
Ryderjj89
2025-09-29 19:07:52 -04:00
parent 1b13ca77cf
commit 7d6af1059d

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine
# Install dumb-init for proper signal handling
RUN apk add --no-cache dumb-init