Error in running hosting an Apostrophe project with Docker #4782
Replies: 1 comment
-
This dockerfile is designed for production, and in production you would have a mature project that you have previously run If you are trying to use docker as a dev environment: don't. It's painfully slow as a dev environment (except on a Linux host) and it just isn't the easy way. I strongly recommend following our developer setup guides: |
Beta Was this translation helpful? Give feedback.
-
I create
Dockerfile
as instructed in https://docs.apostrophecms.org/cookbook/using-docker.html:When I run
docker compose build
, I got error:Not sure how to resolve this error in
RUN npm ci
, would you advice please?Beta Was this translation helpful? Give feedback.
All reactions