My dockerfile -
FROM node:alpine RUN npm install -g redoc-cli WORKDIR /data EXPOSE 8080 ENTRYPOINT ["redoc-cli"] CMD []
Build an