FROM nginx:alpine
# Routing-Konfiguration (alle 3 Apps + Portal-Webroot)
COPY extra8002.conf /etc/nginx/conf.d/default.conf
# Portal-Seiten (statischer Webroot)
COPY index.html manifest.json sw.js offline.html /usr/share/nginx/html/portal/
EXPOSE 80