# pull official base image of node
FROM node:10.15.1-alpine
# set up the workdir.
WORKDIR /usr/src/app