FROM node:18.12.1-alpine COPY ./ ./ RUN npm install ENV NODE_ENV production ENV DATABASE mongo EXPOSE 8080 CMD ["node", "app.js"]