Closed Jderach closed 1 year ago
Because of some bugs, you must manually create the folder with the name "src" in the deploy directory and then try to deploy it.
Let me know if it works, so I can fix it.
No it doesn't works, same issue
Actually, you had to create "src" folder in the docker definition files, like "ics-docker".
I updated init.sh file to do it.
Please pull the project and run it again.
I know that this bug existed a while ago. But we resolved it. And our update works since your error changed after the update. A fresh clone might work. Please clean your environment and deploy it again.
I have exactly same issue and I have fresh pull of repo.
I had to add "apt-get install -y apt-utils" als to ics-docer/Dockerfile also
@toglader and @Jderach : It seems that the problem was the ownership of files. Obviously, the docker-composer cannot create "./src" file in docker folders.
I updated the "init.sh" to perform actions with "Sudo".
So please pull and try again.
For me issue was fixed by adding apt-utils to installable packages but also adding "-y" to Dockerfiles in "apt install telnet" lines
Hi,
System : Ubuntu 20.04 Docker version 20.10.21, build baeda1f Docker Compose version v2.12.2
I have a problem when i want to deploy this project with this following message :