chore: upgrade Node.js base image to v22-alpine and add node_modules volume mount
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Use an official Node.js runtime as a parent image
|
||||
FROM node:14
|
||||
FROM node:22-alpine
|
||||
|
||||
# Set the working directory in the container
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
Reference in New Issue
Block a user