pushed to Docker Hub
Run with:
docker run -d -p 8080:8080 yuziarc/dockerproj
Steps:
git clone https://github.com/yuziarc/grp5project
change into the directory:
cd dockerproj
docker build . -t dockerproj
docker run -d -p 8080:8080 dockerproj
On push, the git actions are configured to build the project, and further echo a message "Hello", as well as the date and time of the push.
Hopefully, it works.