diff --git a/Dockerfile-worker b/Dockerfile-worker index 5a8b80aa..a14e763b 100644 --- a/Dockerfile-worker +++ b/Dockerfile-worker @@ -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 -RUN rm /var/www/html/app/data/icehrm.log CMD /usr/sbin/crond -f -l 8 diff --git a/readme.md b/readme.md index 06347489..e27bdc81 100644 --- a/readme.md +++ b/readme.md @@ -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 ```