aboutsummaryrefslogtreecommitdiffhomepage
path: root/.docker/.htaccess
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2018-06-16 23:08:26 +0200
committerVirtualTam <virtualtam@flibidi.net>2018-06-16 23:08:26 +0200
commit35927142d7440f6a7c360e53b2beb3a6834835f0 (patch)
tree554f36edb126dc4070a97dafe458331be09bea98 /.docker/.htaccess
parentfebe760cb1f414d8f11a31d839bf750263ddfa9e (diff)
downloadShaarli-35927142d7440f6a7c360e53b2beb3a6834835f0.tar.gz
Shaarli-35927142d7440f6a7c360e53b2beb3a6834835f0.tar.zst
Shaarli-35927142d7440f6a7c360e53b2beb3a6834835f0.zip
docker: build the image from the local sources
Relates to https://github.com/shaarli/Shaarli/issues/1153 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to '.docker/.htaccess')
-rw-r--r--.docker/.htaccess13
1 files changed, 13 insertions, 0 deletions
diff --git a/.docker/.htaccess b/.docker/.htaccess
new file mode 100644
index 00000000..f601c1ee
--- /dev/null
+++ b/.docker/.htaccess
@@ -0,0 +1,13 @@
1<IfModule version_module>
2 <IfVersion >= 2.4>
3 Require all denied
4 </IfVersion>
5 <IfVersion < 2.4>
6 Allow from none
7 Deny from all
8 </IfVersion>
9</IfModule>
10
11<IfModule !version_module>
12 Require all denied
13</IfModule>