Added Docker build files
This commit is contained in:
parent
f69e489f28
commit
b49a01ab03
3 changed files with 33 additions and 0 deletions
8
.dockerignore
Normal file
8
.dockerignore
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
*
|
||||
|
||||
# Source code
|
||||
!src/
|
||||
|
||||
# Cargo files
|
||||
!Cargo.toml
|
||||
!Cargo.lock
|
||||
Reference in a new issue