FROM node:14 EXPOSE 31344 COPY ./build /var/www COPY ./node_modules /var/www/server/node_modules CMD ["node", "/var/www/server/index.js"]