This is reposense of this Group Project
|
6 months ago | |
---|---|---|
.gitignore | 6 months ago | |
Containerfile | 6 months ago | |
README.md | 6 months ago | |
repo-config.csv | 6 months ago |
This is a container project of RepoSense to check each commits of the student.
Please download the RepoSense.jar and put it into this folder
then
podman build -t reposense .
To run the container after building, you can use
podman run --rm --name reposense -v ./repo-config.csv:/usr/src/myapp/repo-config.csv:z -p 9000:9000 reposense --config /usr/src/myapp --view
It will loadd the repo-config.csv and clone the latest project from the git, and show each student commits