Skip to content

Instantly share code, notes, and snippets.

@aaronhenshaw
Created September 9, 2015 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronhenshaw/0df627334ca11cb2417a to your computer and use it in GitHub Desktop.
Save aaronhenshaw/0df627334ca11cb2417a to your computer and use it in GitHub Desktop.
#############
### RUN BUILD
#############
WORKDIR ${PROJECT_HOME}/app
RUN grails clean
EXPOSE 8443
CMD ["grails", "prod", "run-app", "--https"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment