mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	Fixed npm run start:prod not able to find build directory (#83)
This commit is contained in:
		| @@ -6,7 +6,7 @@ services: | ||||
|     build: | ||||
|       context: ../server | ||||
|       dockerfile: ../server/Dockerfile | ||||
|     command: npm run start:prod | ||||
|     entrypoint: ["/bin/sh", "./entrypoint.sh"] | ||||
|     expose: | ||||
|       - "3000" | ||||
|     volumes: | ||||
| @@ -28,7 +28,7 @@ services: | ||||
|     build: | ||||
|       context: ../microservices | ||||
|       dockerfile: ../microservices/Dockerfile | ||||
|     command: npm run start:prod | ||||
|     entrypoint: ["/bin/sh", "./entrypoint.sh"] | ||||
|     expose: | ||||
|       - "3001" | ||||
|     volumes: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user