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