FROM node:alpine WORKDIR /home/slides RUN npm install -g @marp-team/marp-cli ADD *.md /home/slides/ EXPOSE 8080 CMD ["marp", "-s", "."]