Hi everyone,
I got things running correctly and as I want using Docker Compose but when it comes to our test server (Kubernetes) im having issues with permission on /var/www/html folder.
I tried copying things to /usr/src/wordpress but it looks like this only works on first install! Changes that has been done on the theme are not being updated.
So can someone explain (as for dummies, step by step) how to get this up and running, my docker using Dockerfile?
My Dockerfile looks like this (very minimal):
FROM wordpress:latest
COPY php/ext/upload.ini /usr/local/etc/php/conf.d/upload.ini
COPY wp-content/ /var/www/html/wp-content
All help is appreciated
Thanks in advance
Hi everyone,
I got things running correctly and as I want using Docker Compose but when it comes to our test server (Kubernetes) im having issues with permission on
/var/www/htmlfolder.I tried copying things to
/usr/src/wordpressbut it looks like this only works on first install! Changes that has been done on the theme are not being updated.So can someone explain (as for dummies, step by step) how to get this up and running, my docker using Dockerfile?
My Dockerfile looks like this (very minimal):
All help is appreciated
Thanks in advance