Merge branch 'develop' of github.com:gamonoid/icehrm into develop

This commit is contained in:
Thilina Pituwala
2020-10-31 19:03:55 +01:00
2 changed files with 1 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ For Linux you need to install docker compose separately here [https://docs.docke
```
$ git clone https://github.com/gamonoid/icehrm.git
$ cd icehrm
$ touch app/data/icehrm.log (or create the file manually)
$ docker-compose -f docker-compose-prod.yaml up -d
```