11 lines
		
	
	
		
			304 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			304 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Runs in a debugging mode, does not launch anything at all but starts a bash process
 | |
| 
 | |
| export CONTAINER_DATA=~/Bulk/COSS/Downloads/coss_archiving
 | |
| export UNAME=remy
 | |
| 
 | |
| export GECKODRIVER_IMG=selenium/standalone-firefox:104.0
 | |
| export DEBUG=true
 | |
| export HEADFULL=true
 | |
| export CODE=./
 | |
| export ENTRYPOINT=/bin/bash
 |