Add Dockerfile; Update Makefile and dependencies

This commit is contained in:
Vic Shóstak
2021-04-05 11:29:25 +03:00
parent ecedc3372c
commit fe87c58764
8 changed files with 155 additions and 36 deletions

16
.dockerignore Normal file
View File

@@ -0,0 +1,16 @@
# Files
.dockerignore
.editorconfig
.gitignore
Dockerfile
Makefile
LICENSE
**/*.md
**/*_test.go
*.out
# Folders
.git/
.github/
**/node_modules/