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

4 lines
78 B
Docker
Raw Normal View History

2020-12-26 15:17:20 +00:00
FROM alpine:3.2
ADD template-srv /template-srv
ENTRYPOINT [ "/template-srv" ]