Skip to content
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

Docker run issue: "build path {templates} either does not exist, is not accessible, or is not a valid URL" #58

Open
komali2 opened this issue Nov 9, 2022 · 2 comments

Comments

@komali2
Copy link

komali2 commented Nov 9, 2022

Hello, I'd like to use the docker file to try quickly spinning up thelia so as to evaluate it. Thanks for offering this option!

However, I'm having an issue.

I clone the repository, chmod +x the docker script, and then run it, however I get the error as below:

caleb@racknerd-1b8077:/src/thelia/thelia-project$ ./start-docker.sh 
 You don't have a .env file, we will create it. Please enter a template name : thelia
 .env file created with success with template name "thelia" 
 Copying template files to templates/frontOffice/thelia 
cp: cannot stat 'templates/frontOffice/modern': No such file or directory
 Starting docker 
ERROR: build path /src/thelia/thelia-project/templates/frontOffice/thelia either does not exist, is not accessible, or is not a valid URL.
chmod: cannot access 'var/cache': No such file or directory
chmod: cannot access 'var/log': No such file or directory
caleb@racknerd-1b8077:/src/thelia/thelia-project$ sudo ./start-docker.sh
[sudo] password for caleb: 
 Copying template files to templates/frontOffice/thelia 
cp: cannot stat 'templates/frontOffice/modern': No such file or directory
 Starting docker 
ERROR: build path /src/thelia/thelia-project/templates/frontOffice/thelia either does not exist, is not accessible, or is not a valid URL.
chmod: cannot access 'var/cache': No such file or directory
chmod: cannot access 'var/log': No such file or directory
@komali2
Copy link
Author

komali2 commented Nov 9, 2022

I seem to have solved the issue by copying this repository into https://github.com/thelia-templates/front into /src/thelia/thelia-project/templates/frontOffice/

@taophp
Copy link

taophp commented Mar 27, 2023

In the "dev" repository, the directory exists: https://github.com/thelia/thelia/tree/main/templates/frontOffice
I don't understand why there are 2 repositories : thelia and thelia-project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants