FROM node:alpine EXPOSE 4000 COPY . . RUN npm install CMD ["node", "./index.mjs"]