A suite to track Project Diva score statistics and ratings / D4DJ event data.
projectdivar/imgparser/Dockerfile

4 lines
82 B

# pull official base image
FROM openjdk:8-jdk-alpine
CMD ["./gradlew", "bootRun"]