1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-23 17:53:05 +02:00
go-micro/template/Dockerfile
2015-01-13 23:31:27 +00:00

4 lines
55 B
Docker

FROM scratch
ADD template /
ENTRYPOINT [ "/template" ]