Prakruth / proton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To build and run the Docker image:

Save the Dockerfile in the root of your Maven project.

Open a terminal in the same directory as the Dockerfile.

Build the Docker image: docker build -t test .

docker run -p 8080:8080 test

About


Languages

Language:Java 90.6%Language:Dockerfile 9.4%