FROM node:18-alpine WORKDIR build EXPOSE 3000 ENV NODE_ENV=production RUN cat index.js | node --input-type=module