diff --git a/Dockerfile b/Dockerfile index e73ec32..90784ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM fnichol/uhttpd +FROM nginx:alpine -COPY . /www \ No newline at end of file +COPY . /usr/share/nginx/html/ \ No newline at end of file