Merge branch 'main' of github.com:9IT-Full-Service/quilldrop
R
Rüdiger Küpper
<rpr@9it.de>
committete am 19.02.2026 01:07
4dd20f9f66df76948c6c83714ef0bb8ae3edd1d5
| |
@@ -0,0 +1,7 @@ |
|
1 |
+## [1.1.6](https://github.com/9IT-Full-Service/quilldrop/compare/v1.1.5...v1.1.6) (2026-02-19) |
|
2 |
+ |
|
3 |
+ |
|
4 |
+### Bug Fixes |
|
5 |
+ |
|
6 |
+* image Dockerfile [skip ci] ([2ae0b76](https://github.com/9IT-Full-Service/quilldrop/commit/2ae0b760626e1b00a88003b1eaa33febb07b76b8)) |
|
7 |
+ |
gelöscht
.dockerignore
+0
−2
| |
@@ -1,2 +0,0 @@ |
| 1 |
|
-static/images |
| 2 |
|
-static/images/ |
|
|
\ No newline at end of file |
| |
@@ -5 +5 @@ WORKDIR /app |
| 5 |
|
-COPY . . |
|
5 |
+COPY --exclude=static/images . . |