Sichtbare DockerLogs im Dev, änderungen an der python version gegen angriffe
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user