FROM node:20.12.2-slim COPY ./ ./ RUN npm install ENV NODE_ENV production EXPOSE 8080 CMD ["node", "mysql-app.js"]