ci/cd: added docker files

This commit is contained in:
snusxd
2026-04-11 21:40:35 +03:00
parent d2b5489001
commit ef6229fcd1
5 changed files with 40 additions and 2 deletions

6
Caddyfile Normal file
View File

@@ -0,0 +1,6 @@
:80 {
root * /usr/share/caddy
encode gzip zstd
file_server
try_files {path} /index.html
}