My Dockerfile
FROM node:lts-alpine RUN echo echo Hi Bob >> /etc/profile
Run
docker build -t node5 . docker run -it --rm