1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-03-11 13:59:39 +02:00

4 lines
51 B
Docker
Raw Normal View History

2015-05-25 18:16:42 +01:00
FROM scratch
ADD server /
ENTRYPOINT [ "/server" ]