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