Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
var
www
fieramilano.wpress.dk
httpdocs
File Content:
Dockerfile
FROM wordpress:php8.2-apache # Copy Fiera theme into the image COPY wp-content/themes/fiera /var/www/html/wp-content/themes/fiera # PHP upload limits via .htaccess (may be disabled by Apache) COPY .htaccess /var/www/html/.htaccess # PHP upload limits (reliable - loaded from conf.d) COPY php-upload.ini /usr/local/etc/php/conf.d/99-upload.ini # Fix uploads dir permissions at container start COPY entrypoint.sh /usr/local/bin/entrypoint.sh RUN chmod +x /usr/local/bin/entrypoint.sh ENTRYPOINT ["entrypoint.sh"] CMD ["apache2-foreground"]
Edit
Download
Unzip
Chmod
Delete