Some more minor fixes to containerising and ignore
This commit is contained in:
		
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -145,5 +145,8 @@ dev/
 | 
			
		||||
out/
 | 
			
		||||
ref-test/testing.py
 | 
			
		||||
 | 
			
		||||
Ignore Database
 | 
			
		||||
database/data/
 | 
			
		||||
 | 
			
		||||
# Ignore Encryption Keyfile
 | 
			
		||||
.encryption.key
 | 
			
		||||
@@ -22,8 +22,6 @@ services:
 | 
			
		||||
  ref_test_app:
 | 
			
		||||
    container_name: ref_test_app
 | 
			
		||||
    build: ./ref-test
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./ref-test:/ref-test
 | 
			
		||||
    env_file:
 | 
			
		||||
      - ./.env
 | 
			
		||||
    ports:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user