Update Dockerfile2
This commit is contained in:
@@ -56,8 +56,8 @@ RUN mkdir -p /scripts /usr/share/fonts/opentype/noto /usr/share/tesseract-ocr /c
|
|||||||
# Copy the already-converted scripts from the dos2unix stage
|
# Copy the already-converted scripts from the dos2unix stage
|
||||||
COPY --from=dos2unix-converter /dos2unix-scripts/ /scripts/
|
COPY --from=dos2unix-converter /dos2unix-scripts/ /scripts/
|
||||||
# Copy necessary files
|
# Copy necessary files
|
||||||
COPY src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/
|
# COPY src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/
|
||||||
COPY src/main/resources/static/fonts/*.otf /usr/share/fonts/opentype/noto/
|
# COPY src/main/resources/static/fonts/*.otf /usr/share/fonts/opentype/noto/
|
||||||
|
|
||||||
# Copy the application JAR file from the download stage
|
# Copy the application JAR file from the download stage
|
||||||
COPY --from=downloader /downloader/Stirling-PDF.jar /app.jar
|
COPY --from=downloader /downloader/Stirling-PDF.jar /app.jar
|
||||||
|
|||||||
Reference in New Issue
Block a user