You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run docker-compose -f docker-compose-prod.yaml up -d per the instructions in the README I get the following error:
rm: can't remove '/var/www/html/app/data/icehrm.log': No such file or directory ERROR: Service 'icehrm-worker' failed to build: The command '/bin/sh -c rm /var/www/html/app/data/icehrm.log' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
When I run
docker-compose -f docker-compose-prod.yaml up -d
per the instructions in the README I get the following error:rm: can't remove '/var/www/html/app/data/icehrm.log': No such file or directory ERROR: Service 'icehrm-worker' failed to build: The command '/bin/sh -c rm /var/www/html/app/data/icehrm.log' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered: