Skip to content

matejoslav/pascal-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pascal-microservice

Inspiration for this project here.

Building docker image

To build the docker image, first clone the repository and then execute the following command:

docker build -t <imagename:tag> .

Running the container

To run the built image in a container locally, execute the following command:

docker run -p 9080:9080 <imagename:tag>

Once the container is running, navigate to http://localhost:9080/time or http://localhost:9080/greeting/<name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published