Improve docker for local server
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Use an official Node.js runtime as a parent image
|
||||
FROM node:18-alpine
|
||||
FROM node:22-alpine
|
||||
|
||||
# Install Python, make, and g++ to allow native module compilation
|
||||
RUN apk add --no-cache python3 make g++
|
||||
|
||||
Reference in New Issue
Block a user