Add Dockerfiles for json-server and application runtime environments
This commit is contained in:
parent
3ece8580ba
commit
c2ade4ddab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue