mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	docker: Remove unneeded build directory
This commit is contained in:
		
							parent
							
								
									d18bfb9d69
								
							
						
					
					
						commit
						7fd63e8064
					
				@ -24,6 +24,7 @@ COPY server-package.json package.json
 | 
				
			|||||||
# Copy TypeScript build artifacts into the original directory structure.
 | 
					# Copy TypeScript build artifacts into the original directory structure.
 | 
				
			||||||
RUN ls
 | 
					RUN ls
 | 
				
			||||||
RUN cp -R build/src/* src/.
 | 
					RUN cp -R build/src/* src/.
 | 
				
			||||||
 | 
					RUN rm -r build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install app dependencies
 | 
					# Install app dependencies
 | 
				
			||||||
RUN set -x \
 | 
					RUN set -x \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user