v2.1.1 of the bot, which is currently in use on the Geas server.
This commit is contained in:
		
							
								
								
									
										6
									
								
								app/Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								app/Dockerfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
FROM python:3.8.6-buster
 | 
			
		||||
COPY . /usr/src/app
 | 
			
		||||
WORKDIR /usr/src/app
 | 
			
		||||
RUN pip install --upgrade pip
 | 
			
		||||
RUN pip install -r requirements.txt
 | 
			
		||||
CMD python3 -u ./bot.py
 | 
			
		||||
		Reference in New Issue
	
	Block a user