diff --git a/Dockerfile b/Dockerfile index 7c08185..0d4e07e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM nginx:alpine COPY ["Dekra WebSite", "/usr/share/nginx/html"] -# COPY vhost.conf /etc/nginx/conf.d/default.conf +COPY vhost.conf /etc/nginx/conf.d/default.conf EXPOSE 80