The image builds as is, but running it exits with: standard_init_linux.go:211: exec user process caused "no such file or directory"
		
			
				
	
	
		
			27 lines
		
	
	
	
		
			247 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			247 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Local build and dev artifacts
 | |
| target
 | |
| sytest
 | |
| 
 | |
| # Docker files
 | |
| Dockerfile*
 | |
| docker-compose*
 | |
| 
 | |
| # IDE files
 | |
| .vscode
 | |
| .idea
 | |
| *.iml
 | |
| 
 | |
| # Git folder
 | |
| .git
 | |
| .gitea
 | |
| 
 | |
| # Dot files
 | |
| .env
 | |
| .gitignore
 | |
| 
 | |
| # Toml files
 | |
| rustfmt.toml
 | |
| Rocket-example.toml
 | |
| 
 | |
| # Documentation
 | |
| *.md
 |