mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-11 17:18:28 +02:00
4 lines
78 B
Docker
4 lines
78 B
Docker
FROM alpine:3.2
|
|
ADD template-srv /template-srv
|
|
ENTRYPOINT [ "/template-srv" ]
|