argilla-docker/thttpd/Dockerfile

7 lines
84 B
Docker

FROM alpine:latest
RUN apk add thttpd
ENTRYPOINT ["thttpd", "-D", "-d", "/html"]