From 5bc3fb25883f7e37bb96f90fa09ab7a45aa4af06 Mon Sep 17 00:00:00 2001 From: Thilina Hasantha Date: Fri, 29 May 2020 06:49:07 +0200 Subject: [PATCH] Update readme --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 87010b11..f2c5fa70 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,7 @@ $ cd icehrm $ docker-compose -f docker-compose-prod.yaml up -d ``` -- Visit [http://localhost:8070/](http://localhost:8070/) to load icehrm, that's it +- Visit [http://localhost:8070/](http://localhost:8070/) to load icehrm You can find database and app data under `icehrm/docker/production` @@ -38,6 +38,9 @@ docker-compose -f docker-compose-prod.yaml down For setting up your development environment watch [https://www.youtube.com/watch?v=sz8OV_ON6S8](https://www.youtube.com/watch?v=sz8OV_ON6S8) +Refer [docker documentation](https://docs.docker.com/develop/dev-best-practices/) for best practices + + IceHrm Mobile App (Beta) ------------------------