dart 2.12 docker file

This commit is contained in:
Damodar Lohani 2021-03-17 11:04:24 +05:45
parent 1f4ba216b2
commit 56e2b7c18b

View file

@ -0,0 +1,9 @@
FROM google/dart:2.12
LABEL maintainer="team@appwrite.io"
RUN apt-get update -y && apt-get install -y tar
WORKDIR /usr/local/src/
ENV PUB_CACHE=/usr/local/src/.appwrite