chore: project boilerplate
This commit is contained in:
		
							parent
							
								
									e5cf23619d
								
							
						
					
					
						commit
						9dafbe26c7
					
				
					 10 changed files with 577 additions and 52 deletions
				
			
		
							
								
								
									
										10
									
								
								Containerfile
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Containerfile
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,10 @@
 | 
			
		|||
# This file is used directly by the goreleaser build
 | 
			
		||||
# It is used to build the final container image
 | 
			
		||||
FROM alpine:latest
 | 
			
		||||
 | 
			
		||||
# Install ffmpeg
 | 
			
		||||
RUN apk add --no-cache ffmpeg
 | 
			
		||||
 | 
			
		||||
WORKDIR /
 | 
			
		||||
COPY /discord-radio-bot /usr/bin/discord-radio-bot
 | 
			
		||||
ENTRYPOINT ["/usr/bin/discord-radio-bot"]
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue