aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2019-01-07 11:28:16 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2019-01-07 11:28:16 +0200
commit48e7198d76475c076774da00ca0aa63286d719df (patch)
treed21a49daa8a33fda51c810af399159996953c86f
parenta30243933e4d6a9095151e7f2be0090530bc1a87 (diff)
Change nginx to uhttpdmaster
-rw-r--r--.dockerignore3
-rw-r--r--Dockerfile4
2 files changed, 5 insertions, 2 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..fee0d96
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,3 @@
+swarm-compose.yml
+Dockerfile
+
diff --git a/Dockerfile b/Dockerfile
index 906e176..acde501 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,2 +1,2 @@
-FROM nginx
-COPY . /etc/share/nginx/html
+FROM fnichol/uhttpd
+COPY . /www