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
I was reading the documentation (https://github.com/marius311/boinc-server-docker/blob/master/docs/cookbook.md) and I think that in "Custom config.xml and other files" section it should be: docker-compose run makeproject cat config.xml > myproject/images/makeproject/config.xml
instead of: docker-compose run makeproject cat config.xml > images/makeproject/config.xml
The text was updated successfully, but these errors were encountered:
Hello,
I was reading the documentation (https://github.com/marius311/boinc-server-docker/blob/master/docs/cookbook.md) and I think that in "Custom config.xml and other files" section it should be:
docker-compose run makeproject cat config.xml > myproject/images/makeproject/config.xml
instead of:
docker-compose run makeproject cat config.xml > images/makeproject/config.xml
The text was updated successfully, but these errors were encountered: