add dockerfile

This commit is contained in:
Yoni Weill
2021-11-05 07:12:27 +02:00
parent 265a41a792
commit e907ff65ee
3 changed files with 29 additions and 0 deletions

15
.dockerignore Normal file
View File

@ -0,0 +1,15 @@
# Exclude Dockerfile and .dockerignore so that the docker layer cache won't be
# invalidated after editing them (which changes the build context if they are
# not ignored).
*Dockerfile*
.dockerignore
# Exclude git metadata since we only care about the working tree.
.git
.gitattributes
.gitignore
# Exclude docs
*.md
*~
*.o
xkblayout-state