mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Match docroot with README convention
This commit is contained in:
parent
5bd12d5c2c
commit
69992a5794
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user