FROM node:19

RUN npm install -g http-server

WORKDIR /code/radn-rs/target/doc/

CMD [ "http-server", "-p", "80" ]