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