aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dockerignore
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2018-06-17 01:02:50 +0200
committerVirtualTam <virtualtam@flibidi.net>2018-06-17 01:02:50 +0200
commit2a3fe990dd0730fce9465bbef6ad1a01054f775d (patch)
tree4abc8afd3bd63145e66f77f9279de7b246ceb7bd /.dockerignore
parent7cf436cea4d05fe667c479be8b909c55c3f1da40 (diff)
downloadShaarli-2a3fe990dd0730fce9465bbef6ad1a01054f775d.tar.gz
Shaarli-2a3fe990dd0730fce9465bbef6ad1a01054f775d.tar.zst
Shaarli-2a3fe990dd0730fce9465bbef6ad1a01054f775d.zip
docker: build the images from the local sources
Relates to https://github.com/shaarli/Shaarli/issues/1153 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore51
1 files changed, 51 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 00000000..a0d28dc6
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,51 @@
1# Docker-ignore
2.dev
3.git
4.github
5tests
6
7# Shaarli runtime resources
8cache/*
9data/*
10pagecache/*
11tmp/*
12
13# Eclipse project files
14.settings
15.buildpath
16.project
17
18# Raintpl generated pages
19*.rtpl.php
20
21# 3rd-party dependencies
22vendor/
23
24# Release archives
25*.tar.gz
26*.zip
27inc/languages/*/LC_MESSAGES/shaarli.mo
28
29# Development and test resources
30coverage
31doxygen
32sandbox
33phpmd.html
34
35# User plugin configuration
36plugins/*/config.php
37
38# 3rd party themes
39tpl/*
40!tpl/default
41!tpl/vintage
42
43# Front end
44node_modules
45tpl/default/js
46tpl/default/css
47tpl/default/fonts
48tpl/default/img
49tpl/vintage/js
50tpl/vintage/css
51tpl/vintage/img