write git sha env variable into docker container

This commit is contained in:
2025-08-31 16:58:19 +02:00
parent df2999516d
commit 90771b85e9
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ http {
index index.html;
location / {
try_files $uri $uri/ /index.html;
try_files $uri $uri/ /index.html /git-hash.js;
}
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg)$ {