Skip to content
Snippets Groups Projects
Commit 2a786cd4 authored by Richard Alam's avatar Richard Alam
Browse files

- separate building and running as most of the times, we don't need to re-run...

 - separate building and running as most of the times, we don't need to re-run bringing in jars and configs.
parent 2e798968
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@
gradle clean
gradle resolveDeps
grails clean
grails prod run-app
\ No newline at end of file
#!/usr/bin/env bash
grails -Dserver.port=8989 run-war
grails prod run-app --port 8989
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment