FROM node:lts-alpine LABEL maintainer="Stille " WORKDIR / ADD entrypoint.sh / RUN npm i docsify-cli -g EXPOSE 3000 ENTRYPOINT ["/bin/sh", "-c", "/entrypoint.sh"]