aspendigital / docker-octobercms

Dockerized October CMS: PHP, Composer, October core and dependencies
MIT License
150 stars 54 forks source link

error when : artisan october:up #25

Closed putrarifin closed 4 years ago

putrarifin commented 4 years ago

when i try to : docker-compose exec web php artisan october:up

i got this message : Could not open input file: artisan

inside container var/www/html/ there is 3 folder only nothing else. no composer and artisan file

petehalverson commented 4 years ago

Hi @putrarifin! Check what volumes you've defined in your docker-compose.yml. It sounds like you've mapped it to some working folder and overwritten the codebase.