added docker build files
This commit is contained in:
10
.build/nginx.Dockerfile
Normal file
10
.build/nginx.Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user