This commit is contained in:
		@@ -1,6 +1,7 @@
 | 
			
		||||
FROM node:latest AS build
 | 
			
		||||
ADD . /app
 | 
			
		||||
WORKDIR /app
 | 
			
		||||
RUN npx browserslist@latest --update-db
 | 
			
		||||
RUN npm install && npm run build
 | 
			
		||||
 | 
			
		||||
FROM nginx:stable
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user