Skip to content

Commit 93c1771

Browse files
committed
Updated Dockerfile to Node 24, removed version attribute from docker-compose.yml
1 parent ab35f4d commit 93c1771

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Node runtime as the base image
2-
FROM node:18
2+
FROM node:24
33

44
# Set the working directory in the container
55
WORKDIR /usr/src/app

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.8'
2-
31
services:
42
tree-gen-app:
53
build:

0 commit comments

Comments
 (0)