FROM dart:2.16.2 WORKDIR /usr/app COPY ./ /usr/app CMD ["dart", "run", "solution.dart"]