Änderungen
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
# Alle Website-Dateien in den nginx HTML-Ordner kopieren
|
||||
COPY . /usr/share/nginx/html
|
||||
|
||||
# Eigene nginx-Konfiguration (Gzip, Caching, saubere URLs)
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user