Update Dockerfile

This commit is contained in:
2026-02-24 14:29:37 +00:00
parent e9dc4067a1
commit f034760841

View File

@@ -1,5 +1,7 @@
FROM nginx:alpine
RUN rm -rf /usr/share/nginx/html/*
COPY ["Dekra WebSite", "/usr/share/nginx/html"]
COPY vhost.conf /etc/nginx/conf.d/default.conf