Improve docker for local server

This commit is contained in:
Adolfo Reyna
2025-02-21 00:12:42 -05:00
parent 1056a91c33
commit 66893f7e53
2 changed files with 24 additions and 19 deletions

View File

@@ -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++