Skip to content

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

@komali2

Description

@komali2

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions