Add Dockerfiles for json-server and application runtime environments

This commit is contained in:
Mathieu 2025-11-20 15:11:07 +01:00
parent 3ece8580ba
commit c2ade4ddab

View file

@ -1,5 +1,5 @@
# Use an official Node runtime as a parent image # Use an official Node runtime as a parent image
FROM node:22.17 FROM node:24.11
RUN corepack enable RUN corepack enable