fix: Corrected duplicated build stage in dockerfile #50
@@ -9,7 +9,7 @@ COPY . .
 | 
			
		||||
RUN pnpm install
 | 
			
		||||
RUN pnpm run build
 | 
			
		||||
 | 
			
		||||
FROM git.luke-else.co.uk/luke-else/nodejs:latest AS build
 | 
			
		||||
FROM git.luke-else.co.uk/luke-else/nodejs:latest AS run
 | 
			
		||||
 | 
			
		||||
WORKDIR /app
 | 
			
		||||
COPY --from=build /app/package.json ./package.json
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user