fix: docker images image [skip ci]
R
Rüdiger Küpper
<rpr@9it.de>
committete am 19.02.2026 01:07
d6b85303cbbe5b0a1c6e384bfe0af160a45cb98c
gelöscht
.dockerignore
+0
−2
| @@ -1,2 +0,0 @@ | ||
| 1 | -static/images |
|
| 2 | -static/images/ |
|
\ No newline at end of file |
| @@ -3,5 +3,5 @@ FROM --platform=$BUILDPLATFORM nginx AS builder | ||
| 3 | 3 | WORKDIR /app |
| 4 | 4 | |
| 5 | -COPY . . |
|
| 5 | +COPY --exclude=static/images . . |
|
| 6 | 6 | |
| 7 | 7 | RUN ./quilldrop generate |