„Dockerfile“ ändern
This commit is contained in:
		
							parent
							
								
									79a7cea71a
								
							
						
					
					
						commit
						387e3ff032
					
				@ -1,5 +1,5 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
FROM node:14
 | 
					FROM node:14-alpine
 | 
				
			||||||
WORKDIR /usr/src/app
 | 
					WORKDIR /usr/src/app
 | 
				
			||||||
COPY package*.json ./
 | 
					COPY package*.json ./
 | 
				
			||||||
RUN apk --no-cache add --virtual builds-deps build-base python3
 | 
					RUN apk --no-cache add --virtual builds-deps build-base python3
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user