1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-04-11 11:02:02 +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" ]