dsavell / docker-grav

Docker Container for GRAV CMS
MIT License
40 stars 18 forks source link

Unable to run any grav command #9

Closed aptonline closed 4 years ago

aptonline commented 4 years ago

Issuing any Grav command in the CLI gives me the following error:

bash: bin/grav: No such file or directory

I read somewhere (can't find link now) that it may be due to php not having the correct path????

dsavell commented 4 years ago

Hey,

Your right, no path is actually set for the Grav BIN, thanks for the contribution.

Will update when fix is out.

dsavell commented 4 years ago

@aptonline turns out paths cannot be set due to having to run that binary in the GRAV root directory.

I have fixed working directory this is now set to /var/ww/grav, now commands like bin/grav & bin/gpm can be used directly.

Fixed in the following tags: latest, core, 1.6.17, core-1.6.17 admin, admin-1.6.17