mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -05:00 
			
		
		
		
	feat(server): add immich cli to container (#8239)
add immich cli to server container
This commit is contained in:
		
							parent
							
								
									4a6a0aa142
								
							
						
					
					
						commit
						1694dd146e
					
				@ -53,7 +53,7 @@ COPY --from=web /usr/src/app/build ./www
 | 
			
		||||
COPY server/resources resources
 | 
			
		||||
COPY server/package.json server/package-lock.json ./
 | 
			
		||||
COPY server/start*.sh ./
 | 
			
		||||
RUN npm link && npm cache clean --force
 | 
			
		||||
RUN npm link && npm install -g @immich/cli && npm cache clean --force
 | 
			
		||||
COPY LICENSE /licenses/LICENSE.txt
 | 
			
		||||
COPY LICENSE /LICENSE
 | 
			
		||||
ENV PATH="${PATH}:/usr/src/app/bin"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user