diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-06-16 23:46:33 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2018-06-17 13:21:01 +0200 |
commit | decae8c119e0f4750d10909abc47d8afb89af362 (patch) | |
tree | 8a9587a53f0161fe95141d982ff4cea40075372b /.gitattributes | |
parent | 865d57b84abb0fa3fc04aec7ce2d34326dac34fa (diff) | |
download | Shaarli-decae8c119e0f4750d10909abc47d8afb89af362.tar.gz Shaarli-decae8c119e0f4750d10909abc47d8afb89af362.tar.zst Shaarli-decae8c119e0f4750d10909abc47d8afb89af362.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 '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index b191e227..00070561 100644 --- a/.gitattributes +++ b/.gitattributes | |||
@@ -32,7 +32,9 @@ Dockerfile text | |||
32 | .travis.yml export-ignore | 32 | .travis.yml export-ignore |
33 | doc/**/*.json export-ignore | 33 | doc/**/*.json export-ignore |
34 | doc/**/*.md export-ignore | 34 | doc/**/*.md export-ignore |
35 | docker/ export-ignore | 35 | .docker/ export-ignore |
36 | .dockerignore export-ignore | ||
37 | Dockerfile* export-ignore | ||
36 | Doxyfile export-ignore | 38 | Doxyfile export-ignore |
37 | Makefile export-ignore | 39 | Makefile export-ignore |
38 | mkdocs.yml export-ignore | 40 | mkdocs.yml export-ignore |