new setup. version 29.0.3

This commit is contained in:
2024-06-29 14:20:16 +05:00
parent 5330168595
commit 0f0a1a68f2
5 changed files with 219 additions and 0 deletions

2
.build/nginx.Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM git.shihaam.dev/dockerfiles/nginx-fpm:latest
COPY nginx.conf /etc/nginx/conf.d/default.conf