diff --git a/Dockerfile b/docker/Dockerfile similarity index 77% rename from Dockerfile rename to docker/Dockerfile index 61c57b2..94e2bf5 100644 --- a/Dockerfile +++ b/docker/Dockerfile @@ -7,5 +7,3 @@ COPY nginx.conf /etc/nginx/conf.d/auth.conf # Add user credentials. COPY nginx.htpasswd /etc/nginx/auth.htpasswd -# Copy the HTML files. -#COPY ./site /usr/share/nginx/html diff --git a/install.sh b/docker/install.sh similarity index 100% rename from install.sh rename to docker/install.sh diff --git a/nginx.conf b/docker/nginx.conf similarity index 100% rename from nginx.conf rename to docker/nginx.conf diff --git a/notes.service b/docker/notes.service similarity index 100% rename from notes.service rename to docker/notes.service diff --git a/passwd.sh b/docker/passwd.sh similarity index 100% rename from passwd.sh rename to docker/passwd.sh