scripts: fix scripts to use plain docker build docs: update local deployment info to include k3s
		
			
				
	
	
		
			6 lines
		
	
	
		
			127 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			127 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
CURR=$(dirname "${BASH_SOURCE[0]}")
 | 
						|
 | 
						|
docker build -t ${REGISTRY}webrecorder/browsertrix-backend $CURR/../backend/
 | 
						|
 |