mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	chore: remove useless runner-dependencies in Dockerfile
This commit is contained in:
		| @@ -3,12 +3,6 @@ WORKDIR /usr/src/application | ||||
| COPY ./package*.json ./ | ||||
| RUN npm install | ||||
|  | ||||
| FROM node:18.13.0 AS runner-dependencies | ||||
| WORKDIR /usr/src/application | ||||
| ENV NODE_ENV=production | ||||
| COPY ./package*.json ./ | ||||
| RUN npm install --omit=dev --ignore-scripts | ||||
|  | ||||
| FROM node:18.13.0 AS builder | ||||
| WORKDIR /usr/src/application | ||||
| COPY --from=builder-dependencies /usr/src/application/node_modules ./node_modules | ||||
|   | ||||
		Reference in New Issue
	
	Block a user