mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	chore(server) revert Dockerfile (#878)
This commit is contained in:
		| @@ -22,7 +22,6 @@ COPY package.json package-lock.json ./ | ||||
| COPY start-server.sh start-microservices.sh ./ | ||||
|  | ||||
| RUN mkdir -p /usr/src/app/dist \ | ||||
|   && mkdir /usr/src/app/.reverse-geocoding-dump \ | ||||
|   && apk add --no-cache libheif vips ffmpeg | ||||
|  | ||||
| COPY --from=builder /usr/src/app/node_modules ./node_modules | ||||
| @@ -30,11 +29,6 @@ COPY --from=builder /usr/src/app/dist ./dist | ||||
|  | ||||
| RUN npm prune --production | ||||
|  | ||||
| RUN   chown -R node:0 /usr/src/app \ | ||||
|   &&  chmod -R g=u /usr/src/app | ||||
|  | ||||
| RUN addgroup node root | ||||
|  | ||||
| VOLUME /usr/src/app/upload | ||||
|  | ||||
| EXPOSE 3001 | ||||
| EXPOSE 3001 | ||||
		Reference in New Issue
	
	Block a user