
FROM node:14.4.0-stretch-slim

WORKDIR /var/app

CMD tail -f /var/app/README.md
# CMD sh /var/app/containers/sass_dev_builder/entrypoint.sh

