strapi / strapi-docker

Install and run your first Strapi project using Docker
https://strapi.io
MIT License
1.17k stars 445 forks source link

How to set up the docker-compose.yml that works? #203

Closed mikelhsia closed 4 years ago

mikelhsia commented 4 years ago

Context I've tried to follow the instruction here in order to use docker-composer. https://strapi.io/documentation/3.0.0-beta.x/installation/docker.html

Tried many times but failed telling me that I have not run the npm install, which if I run it, it'll tell me that node_module/sharp commend failed.

Also seems the essential script docker-entrypoint.sh is not in the folder/image as well.

Attachment

Error log Files in the Folder
Screen Shot 2020-05-06 at 9 24 14 AM Screen Shot 2020-05-06 at 9 24 24 AM

Expectation

mikelhsia commented 4 years ago

Close for now, resolved by removing the old strapi/strapi images and containers.