Moved to caddy and docker for local dev
This commit is contained in:
parent
c3e81ce6ea
commit
af6b2b752e
5 changed files with 36 additions and 50 deletions
8
deploy/local-testing/Dockerfile
Normal file
8
deploy/local-testing/Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM php:8.3-fpm
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
libzip-dev libpng-dev
|
||||
RUN docker-php-ext-install zip
|
||||
|
||||
RUN docker-php-ext-install gd
|
Loading…
Add table
Add a link
Reference in a new issue