AIDA Getränkepaket Break-even-Rechner (offline, alle Pakete, Tages- & Gesamt-Breakeven, Chart)

This commit is contained in:
2026-07-13 08:27:25 +02:00
commit 208d15b1ee
6 changed files with 583 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Statisches Single-File-Tool via nginx (Coolify: Build Pack = Dockerfile)
FROM nginx:1.27-alpine
COPY index.html /usr/share/nginx/html/index.html
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80