mjak
Wordpress Application Error (Dockerfile + 6.4.3-fpm)
The other reason to not use Jack's repo was that I needed the wordpress install to be able to run locally with a DB connection to the staging env in Railway DB so that when changes are pushed locally to staging branches CI/CD can take care of the rest
The impression I got from the Template was that it was loading the Docker image from the registry
And I wasn't sure how I would extend this to COPY wp-content into the container
(perhaps I'm missing something here)
40 replies
Wordpress Application Error (Dockerfile + 6.4.3-fpm)
yeah it was that
/bin/bash -c "echo 'ServerName 0.0.0.0' >> /etc/apache2/apache2.conf && echo 'DirectoryIndex index.php index.html' >> /etc/apache2/apache2.conf && echo 'upload_max_filesize = 50M' >> /usr/local/etc/php/php.ini && echo 'post_max_size = 50M' >> /usr/local/etc/php/php.ini && docker-entrypoint.sh apache2-foreground"
40 replies