FROM node:latest RUN apt-get -y update -qq && apt-get install -y -qq apt-utils tree COPY . . RUN npm install EXPOSE 4001 CMD npm start