FROM node:18-alpine EXPOSE 8080 COPY . . RUN npm install CMD ["npm", "start"]