diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2019-01-07 11:28:16 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2019-01-07 11:28:16 +0200 |
| commit | 48e7198d76475c076774da00ca0aa63286d719df (patch) | |
| tree | d21a49daa8a33fda51c810af399159996953c86f | |
| parent | a30243933e4d6a9095151e7f2be0090530bc1a87 (diff) | |
Change nginx to uhttpdmaster
| -rw-r--r-- | .dockerignore | 3 | ||||
| -rw-r--r-- | Dockerfile | 4 |
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 + @@ -1,2 +1,2 @@ -FROM nginx -COPY . /etc/share/nginx/html +FROM fnichol/uhttpd +COPY . /www |
