Issue #32: Create Dockerfiles

This commit is contained in:
Pascal Honegger
2020-08-23 15:26:58 +02:00
parent 36e6fa7b09
commit f622d03d1b
4 changed files with 114 additions and 0 deletions

7
.dockerignore Normal file
View File

@@ -0,0 +1,7 @@
# Ignore everything
*
# Allow source code
!Makefile
!src/**