Input-Text geht, CORS behoben

This commit is contained in:
2025-09-24 21:10:11 +00:00
parent ef4ab9e800
commit a9428fee94
23 changed files with 257 additions and 71 deletions

View File

@@ -1,5 +1,5 @@
# Frontend Dockerfile
FROM node:18-alpine AS builder
FROM node:22.12.0-alpine AS builder
# Set working directory
WORKDIR /app