fix nginx issue in dev env

This commit is contained in:
2025-03-29 19:28:58 +01:00
parent fe70962fe8
commit eaf1c639d6
2 changed files with 43 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ WORKDIR /usr/share/nginx/html
RUN rm /etc/nginx/conf.d/default.conf
# Kopiere unsere eigene Nginx Konfiguration
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY nginx.dev.conf /etc/nginx/conf.d/default.conf
# Kopiere die Frontend-Dateien in das Verzeichnis, das Nginx ausliefert
COPY app/ .