Dockerfile for pub-mirror

This commit is contained in:
Hui Yiqun 2019-02-25 12:52:39 +08:00
parent f350b59141
commit 686e1914cd

View File

@ -0,0 +1,6 @@
FROM google/dart:2.1.1
MAINTAINER Hui Yiqun <i@huiyiqun.me>
RUN pub global activate pub_mirror
CMD /bin/bash