Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 304 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 304 Bytes

Build Native

  • for linux or mac ./gradlew bootRun

  • for windows gradlew bootRun

RESTAURANT DOCKER EXAMPLE

For build

docker build -t existmaster/restaurant-rest .

For search

docker image ls | grep existmaster

For execute

docker run -p 8080:8080 existmaster/restaurant-rest