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