Fix path + ffmpeg
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and Push Docker Image / build-and-push (push) Failing after 5m40s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and Push Docker Image / build-and-push (push) Failing after 5m40s
				
			This commit is contained in:
		| @@ -65,6 +65,7 @@ jobs: | |||||||
|       uses: docker/build-push-action@v5 |       uses: docker/build-push-action@v5 | ||||||
|       with: |       with: | ||||||
|         context: . |         context: . | ||||||
|  |         file: build/node.dockerfile | ||||||
|         platforms: linux/amd64,linux/arm64 |         platforms: linux/amd64,linux/arm64 | ||||||
|         push: true |         push: true | ||||||
|         tags: ${{ steps.meta.outputs.tags }} |         tags: ${{ steps.meta.outputs.tags }} | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ ENV NODE_ENV=production | |||||||
|  |  | ||||||
| WORKDIR /app | WORKDIR /app | ||||||
|  |  | ||||||
| RUN apk add --no-cache python3 make g++ | RUN apk add --no-cache ffmpeg python3 make g++ | ||||||
|  |  | ||||||
| # Copy package files and install only production dependencies | # Copy package files and install only production dependencies | ||||||
| COPY package.json package-lock.json* . | COPY package.json package-lock.json* . | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user