Provide basic deployment instructions

This commit introduces a Dockerfile with some basic deployment
instructions, as well as a makefile for convinience.
This commit is contained in:
Solly Ross 2017-06-24 01:35:14 -04:00
parent 4dd94c3c85
commit 66cf5eaafb
4 changed files with 79 additions and 0 deletions

8
deploy/Dockerfile Normal file
View file

@ -0,0 +1,8 @@
FROM scratch
COPY adapter /
USER 1001:1001
ENTRYPOINT ["/adapter"]