Update wrapper/start.sh
Added playwright and chromium for data scraping, and simplified env designation
This commit is contained in:
		
							parent
							
								
									8e91927057
								
							
						
					
					
						commit
						5258b5cd9d
					
				@ -1,7 +1,7 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
set -euo pipefail
 | 
					set -euo pipefail
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Ensure default dirs exist
 | 
					# Ensure the external volumes are mounted and writable
 | 
				
			||||||
mkdir -p /cache/app /cache/tmp /cache/prev /data
 | 
					mkdir -p /cache/app /cache/tmp /cache/prev /data
 | 
				
			||||||
 | 
					
 | 
				
			||||||
exec python -u /wrapper/wrapper.py
 | 
					exec python -u /wrapper/wrapper.py
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user