Update Makefile to release and build for multiple platforms

This commit is contained in:
Lucas Käldström 2017-06-26 20:11:15 +03:00
parent 66cf5eaafb
commit c4e6f3307f
No known key found for this signature in database
GPG key ID: 600FEFBBD0D40D21
2 changed files with 46 additions and 14 deletions

View file

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