leibylucw / dock-press

A project to Dockerize a WordPress site
0 stars 0 forks source link

Import Plugins #14

Closed leibylucw closed 1 month ago

leibylucw commented 1 month ago

To address #10, I will import plugins via an extracted archive obtained by the user. They will need to place it in their wp-content directory. I will revisit this with Composer later. I can use it as a bind mount or copy it using a Dockerfile to build. I'm leaning towards the latter since I'll eventually be using Dockerfiles to build the containers.