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:
Daniel Wiesenberg 2020-07-23 23:58:08 +02:00 committed by Daniel Wiesenberg
parent 0f1e3d8214
commit 624ff08a07
3 changed files with 154 additions and 0 deletions

27
.dockerignore Normal file
View 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