edit path in dockerfile from frontend

This commit is contained in:
2025-03-29 16:55:39 +01:00
parent 168618c4fb
commit 4d00fd02cf
11 changed files with 1 additions and 2 deletions

View File

@@ -14,8 +14,7 @@ RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf
# Kopiere die Frontend-Dateien in das Verzeichnis, das Nginx ausliefert
COPY index.html .
COPY script.js .
COPY app/ .
# Falls du später CSS-Dateien oder Bilder hast, kopiere sie auch:
# COPY styles.css .
# COPY images/ ./images