AKSW / RDFUnit

An RDF Unit Testing Suite
http://RDFUnit.aksw.org
Apache License 2.0
150 stars 42 forks source link

Dockerfile improvements #73

Closed SkypLabs closed 6 years ago

SkypLabs commented 6 years ago

Hello,

I have updated the Dockerfile following the best practices described in the official documentation. The image has now a size of 355MB (689MB at the origin).

Also, I have moved the Dockerfile to the root folder of this git repository. By this way, it is no more necessary to use git clone ... inside the Docker container since the COPY directive in the Dockerfile does the job. In addition, the .dockerignore file allows to select which files/folders should be copied.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 55.409% when pulling 0d607d2053cd1f627ddc663e4e939dae208dc155 on FinTechEcosystem:docker-patch-1 into 3f4e534c81e8df643355352bf33dfac0d2d14b46 on AKSW:master.

jimkont commented 6 years ago

Awesome! thanks @SkypLabs