Add wrapper/start.sh
This commit is contained in:
		
							parent
							
								
									87502af744
								
							
						
					
					
						commit
						df6e0000aa
					
				
							
								
								
									
										7
									
								
								wrapper/start.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								wrapper/start.sh
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
set -euo pipefail
 | 
			
		||||
 | 
			
		||||
# Ensure default dirs exist
 | 
			
		||||
mkdir -p /cache/app /cache/tmp /cache/prev /data
 | 
			
		||||
 | 
			
		||||
exec python -u /wrapper/wrapper.py
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user