add Dockerfile
This commit is contained in:
14
.dockerignore
Normal file
14
.dockerignore
Normal file
@@ -0,0 +1,14 @@
|
||||
# Docker files
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
|
||||
# Git files
|
||||
.git
|
||||
.github
|
||||
.gitignore
|
||||
LICENSE
|
||||
README.md
|
||||
|
||||
# Cargo files
|
||||
**/*.rs.bk
|
||||
/target/
|
||||
Reference in New Issue
Block a user