Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 255 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 255 Bytes

Development Enviroment with Grails 5.1.2 + Docker

Run App

docker-compose up -d 

Debug app

change the entrypoint to debugRun and run the app with the following command:

docker-compose up -d 

After conect intellij idea