mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +01:00 
			
		
		
		
	remove copy fonts from LITE
This commit is contained in:
		
							parent
							
								
									5d3ee7755a
								
							
						
					
					
						commit
						9cb4d8e088
					
				@ -10,12 +10,6 @@ RUN apt-get update && \
 | 
				
			|||||||
        unoconv && \
 | 
					        unoconv && \
 | 
				
			||||||
    rm -rf /var/lib/apt/lists/*
 | 
					    rm -rf /var/lib/apt/lists/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#Install fonts
 | 
					 | 
				
			||||||
RUN mkdir /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/
 | 
					 | 
				
			||||||
RUN fc-cache -f -v
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Copy the application JAR file
 | 
					# Copy the application JAR file
 | 
				
			||||||
COPY build/libs/*.jar app.jar
 | 
					COPY build/libs/*.jar app.jar
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user