Hi, --- On Fri, Aug 7, 2015 at 7:43 PM, Ajeesh Kannan <[email protected]> wrote: | I have installed an application. \--
How? You might want to package your application into a Docker image and run it. Please search online for simple tutorials. --- | 1. change the directory to the installed application \-- In the Dockerfile, specify the above as WORKDIR. --- | 2. Then execute the command "foreman start -p 80" \-- This should be the value of CMD in the Dockerfile. SK -- Shakthi Kannan http://www.shakthimaan.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
