Fix docker build issue
This commit is contained in:
@@ -27,6 +27,5 @@ COPY ./docker/$EXE_ENV/config/config.php /var/www/html/app/config.php
|
|||||||
|
|
||||||
|
|
||||||
COPY ./docker/worker/config/ice-cron /etc/crontabs/root
|
COPY ./docker/worker/config/ice-cron /etc/crontabs/root
|
||||||
RUN rm /var/www/html/app/data/icehrm.log
|
|
||||||
|
|
||||||
CMD /usr/sbin/crond -f -l 8
|
CMD /usr/sbin/crond -f -l 8
|
||||||
|
|||||||
@@ -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
|
$ git clone https://github.com/gamonoid/icehrm.git
|
||||||
$ cd icehrm
|
$ cd icehrm
|
||||||
|
$ touch app/data/icehrm.log (or create the file manually)
|
||||||
$ docker-compose -f docker-compose-prod.yaml up -d
|
$ docker-compose -f docker-compose-prod.yaml up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user