diff options
| author | Mister_X <MisterX2000@users.noreply.github.com> | 2025-04-06 03:21:08 +0200 |
|---|---|---|
| committer | Mister_X <MisterX2000@users.noreply.github.com> | 2025-04-06 03:21:08 +0200 |
| commit | a3c0781cf070570308b1c43adcf167d34f88ab28 (patch) | |
| tree | 10358f08c3cc7cc1465d739810dfd3ff6cd64330 /docker | |
| parent | a4f4569f3656c1ef3340a1f616ef5c3e5d42faa6 (diff) | |
fix typo
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/Dockerfile.alpine | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile.alpine b/docker/Dockerfile.alpine index 6db74f4df..3d1ff1a80 100644 --- a/docker/Dockerfile.alpine +++ b/docker/Dockerfile.alpine @@ -53,7 +53,7 @@ RUN apk add --no-cache \ && apk del .build-deps # Copy wkhtmltopdf files from docker-wkhtmltopdf image -COPY --from=builder /bin/wkhtmltopdf /bin/wkhtmltopdf +COPY --from=wkhtmltopdf /bin/wkhtmltopdf /bin/wkhtmltopdf RUN addgroup yacy && adduser -S -G yacy -H -D yacy WORKDIR /opt |
