serene/docs/Dockerfile

7 lines
102 B
Docker

FROM busybox
COPY ./build/docs /app
WORKDIR /app
CMD ["busybox", "httpd", "-f", "-v", "-p", "3000"]