diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-06-16 23:08:26 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2018-06-16 23:08:26 +0200 |
commit | 35927142d7440f6a7c360e53b2beb3a6834835f0 (patch) | |
tree | 554f36edb126dc4070a97dafe458331be09bea98 /.gitattributes | |
parent | febe760cb1f414d8f11a31d839bf750263ddfa9e (diff) | |
download | Shaarli-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 '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index d753b1db..a3a22a15 100644 --- a/.gitattributes +++ b/.gitattributes | |||
@@ -23,7 +23,9 @@ Dockerfile text | |||
23 | .travis.yml export-ignore | 23 | .travis.yml export-ignore |
24 | doc/**/*.json export-ignore | 24 | doc/**/*.json export-ignore |
25 | doc/**/*.md export-ignore | 25 | doc/**/*.md export-ignore |
26 | docker/ export-ignore | 26 | .docker/ export-ignore |
27 | .dockerignore export-ignore | ||
28 | Dockerfile export-ignore | ||
27 | Doxyfile export-ignore | 29 | Doxyfile export-ignore |
28 | Makefile export-ignore | 30 | Makefile export-ignore |
29 | phpunit.xml export-ignore | 31 | phpunit.xml export-ignore |