Create Dockerfile

pull/1409/head
AirStair 1 year ago committed by GitHub
parent ead3f49f7b
commit dc6150bb20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,6 @@
FROM cimg/android
WORKDIR /app
COPY . /app
RUN /app/gradlew androidDependencies
RUN /app/gradlew androidDependencies
RUN /app/gradlew lint test
Loading…
Cancel
Save