FROM node:9 # Copy the project files to /web COPY . /web # Tell Docker to run all commands in /api WORKDIR /web # Install project dependencies RUN yarn