From 69992a5794b98fdb464525bef5eef286fa738f15 Mon Sep 17 00:00:00 2001 From: Miles Elam Date: Fri, 2 Apr 2021 10:06:24 -0700 Subject: [PATCH] Match docroot with README convention --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e650da5..278ef0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN make darkhttpd-static \ # Just the static binary FROM scratch -WORKDIR /www-root +WORKDIR /var/www/htdocs COPY --from=build /src/darkhttpd-static /darkhttpd EXPOSE 80 ENTRYPOINT ["/darkhttpd"]