How can I permanently add an extra package to the MediaCMS web container on my server? #158
-
I can use docker exec -it to install the new package into the running web container, trouble is: I have to repeat this after every execution of docker-compose up. How can I add the extra package permanently? I see 2 possibilities:
What is the proper way to add the extra package to the web container? |
Beta Was this translation helpful? Give feedback.
Answered by
swiftugandan
Apr 28, 2021
Replies: 1 comment 2 replies
-
You have to build a new docker image and point docker-compose to that new image ... |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Dan1ell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have to build a new docker image and point docker-compose to that new image ...