Sichtbare DockerLogs im Dev, änderungen an der python version gegen angriffe

This commit is contained in:
Nirodan
2025-06-17 14:35:55 +02:00
parent 263ac52454
commit c6f4522d2c
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
# --- 1. Frontend bauen ---
FROM node:20 AS frontend-build
FROM node:20-bookworm-slim AS frontend-build
WORKDIR /app
COPY frontend ./frontend
WORKDIR /app/frontend
RUN npm install && npm run build
# --- 2. Backend-Stage ---
FROM python:3.13
FROM python:3.13-slim-bullseye
WORKDIR /app
# Backend-Dateien korrekt kopieren