mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-10 18:56:45 +02:00
4 lines
65 B
Docker
4 lines
65 B
Docker
FROM dart:2.13.1
|
|
COPY ./ ./
|
|
CMD ["dart", "run", "solution.dart"]
|