diff --git a/Dockerfile b/Dockerfile index 0d4e07e..21ae61a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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