We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04b34d commit e7d857bCopy full SHA for e7d857b
1 file changed
src/Pdf2Html/Dockerfile
@@ -5,7 +5,7 @@ FROM ubuntu:noble AS build-pdf2htmlex
5
6
WORKDIR /source
7
RUN apt update && apt install -y git patch sudo
8
-RUN git clone --depth=1 --branch fbfa07fdc1fd14bee2cb6f4c0f5f85e017bc6614 https://github.com/CoreFiling/pdf2htmlEX
+RUN git clone --depth=1 --branch feature/cfl-patches https://github.com/CoreFiling/pdf2htmlEX
9
WORKDIR /source/pdf2htmlEX
10
11
RUN ./buildScripts/buildInstallLocallyApt
@@ -29,4 +29,4 @@ WORKDIR /app
29
COPY --from=build /app ./
30
ENV ASPNETCORE_URLS=http://+:8080
31
EXPOSE 8080
32
-CMD ["./Pdf2Html"]
+CMD ["./Pdf2Html"]
0 commit comments