-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build issue - docker-compose #7
Comments
Looks like the source Docker file directory does not exist. If the entire installation guide to the repository is only 2 lines, and I ran into multiple issues building from the source, how can I proceed from here? ubuntu@ip-abce:~/dev/ifc-pipeline$ sudo ls /var/lib/docker/tmp/docker-builder365633164/ Thanks. |
It's a git submodule. So you need to clone with |
Thanks @aothms. I run git commands you suggested and it updated the application submodule with new files. And the I run docker-compose and it completed (see log below). But no docker machines were created. If I run: // console output: ..... |
As I am testing on the AWS ubuntu machine, I am expecting to use the localhost. ubuntu@ip-abc:~/dev/ifc-pipeline$ sudo ./init.sh def.com |
I'm not familiar with docker machine.
init.sh starts a certbot image on port 80 for the https certificate. So make sure no other hosts are running (also not the pipeline docker compose (run
That doesn't exist afaict. httpS is always tied to a domain name. But you can use http://[ip-address]. If the compose is running. Run |
hello. Have you solved this problem? |
Tried the installation on multiple Docker environments and run into similar issues:
ubuntu@ip-abc:~/dev/ifc-pipeline$ sudo docker-compose up -d
Step 21/31 : COPY application/static /www/static/
---> Using cache
---> e2c4d49566da
Step 22/31 : COPY application/bimsurfer/bimsurfer /www/static/bimsurfer
ERROR: Service 'frontend' failed to build: COPY failed: stat /var/lib/docker/tmp/docker-builder365633164/application/bimsurfer/bimsurfer: no such file or directory
The text was updated successfully, but these errors were encountered: