FROM node:16.8.0
COPY ./ ./
CMD ["node", "solution.js"]