aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dockerignore
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-11-10 10:44:29 +0100
committerGitHub <noreply@github.com>2020-11-10 10:44:29 +0100
commit8affa2243159052675da7e23b737c76f6b43aeed (patch)
tree6655493be79b80f2f1f2ade5ac75ab43c25d79dd /.dockerignore
parentd9d71b10c3bc70a0881d630b37dc4e918c9e812f (diff)
parentce901a58289c72bf7f4dc3515a2be70562cd618b (diff)
downloadShaarli-8affa2243159052675da7e23b737c76f6b43aeed.tar.gz
Shaarli-8affa2243159052675da7e23b737c76f6b43aeed.tar.zst
Shaarli-8affa2243159052675da7e23b737c76f6b43aeed.zip
Merge pull request #1628 from ArthurHoaro/fix/nginx-config
Reviewed nginx configuration
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index 96fd31c5..19fd87a5 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -2,8 +2,16 @@
2.dev 2.dev
3.git 3.git
4.github 4.github
5.gitattributes
6.gitignore
7.travis.yml
5tests 8tests
6 9
10# Docker related resources are not needed inside the container
11.dockerignore
12Dockerfile
13Dockerfile.armhf
14
7# Docker Compose resources 15# Docker Compose resources
8docker-compose.yml 16docker-compose.yml
9 17
@@ -13,6 +21,9 @@ data/*
13pagecache/* 21pagecache/*
14tmp/* 22tmp/*
15 23
24# Shaarli's docs are created during the build
25doc/html/
26
16# Eclipse project files 27# Eclipse project files
17.settings 28.settings
18.buildpath 29.buildpath