# syntax=docker/dockerfile:1 FROM node:alpine COPY . . CMD ["npm", "run", "start"] EXPOSE 3000