summaryrefslogtreecommitdiff
path: root/.docker/app/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-03-25 22:41:47 +0300
committerAndrew Dolgov <[email protected]>2023-03-25 22:41:47 +0300
commit723323d7462954a262368d621811a045710cd1ed (patch)
treed1c4031e09d11d8af9e39def52ad743c35084a45 /.docker/app/index.php
parentd305532bcef91061c39db13872d44c4f859054b7 (diff)
add gitea-CI docker builder
Diffstat (limited to '.docker/app/index.php')
-rw-r--r--.docker/app/index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/.docker/app/index.php b/.docker/app/index.php
new file mode 100644
index 000000000..78e5c3f88
--- /dev/null
+++ b/.docker/app/index.php
@@ -0,0 +1,3 @@
+<?php
+ header("Location: /tt-rss/");
+ return;