mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	change path in of target docker file in docker-compose for server
This commit is contained in:
		@@ -8,7 +8,7 @@ services:
 | 
			
		||||
    build:
 | 
			
		||||
      context: .
 | 
			
		||||
      target: development
 | 
			
		||||
      dockerfile: ./Dockerfile-minimal
 | 
			
		||||
      dockerfile: ./Dockerfile
 | 
			
		||||
    command: npm run start:dev
 | 
			
		||||
    ports:
 | 
			
		||||
      - "3000:3000"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user