-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image
Description
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
Metadata
Metadata
Assignees
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image