FROM debian:buster RUN apt update && apt install -y nodejs npm ADD . /latex WORKDIR /latex RUN npm install CMD ["npm", "start"]