Add Complement dockerfile and move sytest dir
This commit is contained in:
		
							parent
							
								
									b5488f86b5
								
							
						
					
					
						commit
						3e03787551
					
				
					 6 changed files with 10 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								tests/Complement.Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								tests/Complement.Dockerfile
									
									
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,10 @@ | ||||||
|  | FROM valkum/docker-rust-ci:latest | ||||||
|  | WORKDIR /build | ||||||
|  | 
 | ||||||
|  | COPY . . | ||||||
|  | RUN cargo build | ||||||
|  | 
 | ||||||
|  | ENV SERVER_NAME=localhost | ||||||
|  | EXPOSE 14004 8448 | ||||||
|  | 
 | ||||||
|  | CMD sed "s/server_name: your.server.name/server_name: ${SERVER_NAME}/g" Rocket-example.toml Rocket.toml && ./target/debug/conduit | ||||||
		Loading…
	
		Reference in a new issue