-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to upgrade the application correctly #9
Comments
Why not just upgrading the docker image ? |
@naskio this is obvious actually. I'm just wondering how to upgrade all those modules (if needed) when I upgrade docker image? |
If we pull the newer image, but reuse the same volume for Or maybe I am missing something ? |
Right now we are building our own image. probably we changed dockerfile and an entry point for that. |
Hi,
There are lines at the docker-entrypoint file:
docker-strapi/images/strapi-alpine/docker-entrypoint.sh
Lines 25 to 37 in 5b24cf8
If we upgrade strapio to the newer version,
docker-entrypoint
sees that thenode_modules
folder exists and wont install the upgrades if there are any. How to perform here correctly?The text was updated successfully, but these errors were encountered: