|
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 icon-192.png icon-512.png /usr/share/nginx/html/portal/
|
|
|
|
EXPOSE 80
|