mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:27:09 -05:00 
			
		
		
		
	change path in of target docker file in docker-compose for server
This commit is contained in:
		
							parent
							
								
									a8edc85183
								
							
						
					
					
						commit
						d078367c04
					
				@ -8,7 +8,7 @@ services:
 | 
				
			|||||||
    build:
 | 
					    build:
 | 
				
			||||||
      context: .
 | 
					      context: .
 | 
				
			||||||
      target: development
 | 
					      target: development
 | 
				
			||||||
      dockerfile: ./Dockerfile-minimal
 | 
					      dockerfile: ./Dockerfile
 | 
				
			||||||
    command: npm run start:dev
 | 
					    command: npm run start:dev
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - "3000:3000"
 | 
					      - "3000:3000"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user