added docker build files
Some checks failed
Tests / PHP ${{ matrix.php }} (8.1) (push) Has been cancelled
Tests / PHP ${{ matrix.php }} (8.2) (push) Has been cancelled

This commit is contained in:
2024-09-22 23:11:43 +05:00
parent 79dcd973c7
commit 56ffe2c3d1
5 changed files with 148 additions and 0 deletions

10
.build/nginx.Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM git.shihaam.dev/dockerfiles/nginx-fpm:latest
# Set the git envs
ARG CI_COMMIT_SHORT_SHA
ARG CI_COMMIT_SHA
ARG CI_COMMIT_BRANCH
ENV CI_COMMIT_SHORT_SHA=$CI_COMMIT_SHORT_SHA
ENV CI_COMMIT_SHA=$CI_COMMIT_SHA
ENV CI_COMMIT_BRANCH=$CI_COMMIT_BRANCH