awasum opened a new pull request #18: FINCN-164: Dockerize fims web app URL: https://github.com/apache/fineract-cn-fims-web-app/pull/18 ## Description Build and host fims web app in Docker ### What's included? - Build source code using node and npm - Host app on nginx - Modify nginx.conf script to take advantage of the container #### Test Steps - [ ] Install latest Docker - [ ] Build fims image from project root: `docker build -t fims .` - [ ] Run fims container: `docker run -p 8888:8888 --name fims-container -d fims`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
