diff --git a/Dockerfile b/Dockerfile index e73ec32..0b72a9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ -FROM fnichol/uhttpd - -COPY . /www \ No newline at end of file +FROM nginx:alpine +COPY . /usr/share/nginx/html +EXPOSE 80 +# nginx base image provides the default CMD