We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eebd01 commit a5cbb6aCopy full SHA for a5cbb6a
Dockerfile
@@ -47,7 +47,7 @@ WORKDIR /app
47
COPY --from=build-env /app/src/SimplCommerce.WebHost/out ./
48
COPY --from=build-env /app/src/SimplCommerce.WebHost/dbscript.sql ./
49
50
-RUN curl -SL "https://github.com/rdvojmoc/DinkToPdf/tree/master/v0.12.4/64%20bit/libwkhtmltox.so" --output ./libwkhtmltox.so
+RUN curl -SL "https://github.com/rdvojmoc/DinkToPdf/raw/v1.0.8/v0.12.4/64%20bit/libwkhtmltox.so" --output ./libwkhtmltox.so
51
52
COPY --from=build-env /app/docker-entrypoint.sh /
53
RUN chmod 755 /docker-entrypoint.sh
0 commit comments