
FROM node:8.16.2-stretch

WORKDIR /var/app

# COPY package.json .
# RUN npm install --quiet
# COPY . .

CMD tail -f /var/app/README.md