chore: docker compose, dockerfiles, caddy snippet, readme
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BCrwHHnGCB5XH968Nxokqw
This commit is contained in:
4
core/Dockerfile
Normal file
4
core/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM serversideup/php:8.4-fpm-nginx AS base
|
||||
USER www-data
|
||||
COPY --chown=www-data:www-data . /var/www/html
|
||||
RUN composer install --no-dev --optimize-autoloader
|
||||
Reference in New Issue
Block a user