From 77a6d5e8aa9a755c769d22a910ceaab076608bd3 Mon Sep 17 00:00:00 2001 From: Matthias Kadenbach Date: Thu, 10 Jul 2014 02:59:26 +0200 Subject: [PATCH] moved index.html to www-data --- Dockerfile | 4 ++-- index.html => www-data/index.html | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename index.html => www-data/index.html (100%) diff --git a/Dockerfile b/Dockerfile index 17060ae..730855a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update RUN apt-get install -y nginx ADD nginx.conf /etc/nginx/nginx.conf -ADD ./ /www-data +ADD ./www-data /www-data EXPOSE 80 -ENTRYPOINT ["nginx"] \ No newline at end of file +ENTRYPOINT ["nginx"] diff --git a/index.html b/www-data/index.html similarity index 100% rename from index.html rename to www-data/index.html