gamonoid / icehrm

Manage your employees easily with a robust and efficient Human Resource Management System
http://icehrm.com
Other
579 stars 373 forks source link

rm: can't remove '/var/www/html/app/data/icehrm.log #222

Open Daveanol opened 4 years ago

Daveanol commented 4 years ago

I am getting the following error while i am trying to install ICEHRM on windows. Step 14/16 : COPY ./docker/worker/config/ice-cron /etc/crontabs/root ---> Using cache ---> 0c774bfabc22 Step 15/16 : RUN rm /var/www/html/app/data/icehrm.log ---> Running in b65c86b11bd0 rm: can't remove '/var/www/html/app/data/icehrm.log': No such file or directory ERROR: Service 'icehrm-worker-dev' failed to build: The command '/bin/sh -c rm /var/www/html/app/data/icehrm.log' returned a non-zero code: 1

thilinah commented 4 years ago

As a workaround, please create this file touch icehrm/app/data/icehrm.log

then do a clean docker build docker-compose -f docker-compose-prod.yaml up --build -d