@Usash
Software Engineer
Nothing here yet.
Nothing here yet.
No blogs yet.
After following all step by step my project run successfully in docker container. but I want to run strapi project locally by yarn develop command and the postgres will be run in docker container by docker-compose -d up postgresDB . The Docker is completely fine and do his job as run postgresDB alone. but when i try yarn develop i got error and crash my project
I am new at Strapi. I want to dockerize my own strapi project which is created by --quickstart. I followed your tutorial step by step. but when I try to build Dockerfile by docker build -t mystrapi:latest . command it trying to install with a few minutes and then the error message shows = > ERROR [ 2 / 10 ] RUN apt - get update & & apt - get install libvips - dev I'm using Docker Desktop on Windows.