fix file permissions in container
This commit is contained in:
		
							
								
								
									
										2
									
								
								bot.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								bot.py
									
									
									
									
									
								
							@@ -1,3 +1,5 @@
 | 
			
		||||
#!/usr/bin/env python3
 | 
			
		||||
 | 
			
		||||
import os
 | 
			
		||||
from urllib.parse import urlparse, parse_qs
 | 
			
		||||
import discord
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,8 @@
 | 
			
		||||
#!/usr/bin/env sh
 | 
			
		||||
 | 
			
		||||
chmod 755 /app/start.sh
 | 
			
		||||
chmod 755 /app/bot.py
 | 
			
		||||
 | 
			
		||||
python3 -m venv /app/venv
 | 
			
		||||
source /app/venv/bin/activate
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user