summaryrefslogtreecommitdiff
path: root/.docker/app/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-03-25 18:20:30 +0300
committerAndrew Dolgov <[email protected]>2023-03-25 19:41:33 +0300
commit339f41f0f275a3ee6d5bc0b6e146d051cabdbd8a (patch)
treea27811b19352fbb8a4b24f33f909279312f26bce /.docker/app/index.php
parent66edaa02d8cbff4a08807e6770df0e12dd530566 (diff)
add build workflow
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 0000000..c3b098d
--- /dev/null
+++ b/.docker/app/index.php
@@ -0,0 +1,3 @@
+<?php
+ header("Location: /books/");
+ return;