Skip to content

Custom theme / plugins running on Kubernetes #613

@oxodesign

Description

@oxodesign

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

No one assigned

    Labels

    questionUsability question, not directly related to an error with the image

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions