Initial docker files trinity
The image builds as is, but running it exits with: standard_init_linux.go:211: exec user process caused "no such file or directory"
This commit is contained in:
committed by
Daniel Wiesenberg
parent
0f1e3d8214
commit
624ff08a07
27
.dockerignore
Normal file
27
.dockerignore
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user