FROM node:latest as base WORKDIR /src COPY . /src RUN npm run dev EXPOSE 80