werc/Dockerfile

8 lines
108 B
Docker

FROM scratch
MAINTAINER Nick Owens <mischief@offblast.org>
ADD bin/gowerc /gowerc
ENTRYPOINT ["/gowerc"]