Added dockerfile for snips

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-11-10 17:58:53 +02:00
parent d18e9ab514
commit f31a6863ab
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
3 changed files with 132 additions and 0 deletions

2
homeautomation/snips/build.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
docker build -f Dockerfile.amd64 -t reekymarko/snips .