fix: image Dockerfile [skip ci]
R
Rüdiger Küpper
<rpr@9it.de>
committete am 19.02.2026 01:01
2ae0b760626e1b00a88003b1eaa33febb07b76b8
| @@ -3,5 +3,5 @@ FROM --platform=$BUILDPLATFORM nginx | ||
| 3 | 3 | WORKDIR /app |
| 4 | 4 | |
| 5 | -COPY static/images /usr/share/nginx/html/images |
|
| 5 | +COPY ./static/images /usr/share/nginx/html/images |
|
| 6 | 6 | |
| 7 | 7 | # RUN ./quilldrop generate |