This commit is contained in:
2025-10-21 11:46:51 +02:00
parent d3d99a1048
commit 7edfeafc03
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22-alpine AS build FROM node:25-alpine AS build
WORKDIR /app WORKDIR /app

View File

@@ -1,6 +1,6 @@
services: services:
app: app:
image: node:22-alpine image: node:25-alpine
working_dir: /app working_dir: /app
volumes: volumes:
- .:/app - .:/app