FROM node:lts-alpine LABEL maintainer="Jay " WORKDIR /data COPY . . RUN npm install CMD ["npm", "start"]