pull/698/head
Mister_X 2 weeks ago
parent a4f4569f36
commit a3c0781cf0

@ -53,7 +53,7 @@ RUN apk add --no-cache \
&& apk del .build-deps && apk del .build-deps
# Copy wkhtmltopdf files from docker-wkhtmltopdf image # 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 RUN addgroup yacy && adduser -S -G yacy -H -D yacy
WORKDIR /opt WORKDIR /opt

Loading…
Cancel
Save