Skip to content
Browse files

Add the docker files since they seem to sit here unchecked in

  • Loading branch information...
1 parent 036ad76 commit 24db4dfba911f48f4b17e8adb38cce9666d1bd15 @asim asim committed
Showing with 7 additions and 0 deletions.
  1. +4 −0 Dockerfile
  2. +3 −0 examples/greeter/server/Dockerfile
View
4 Dockerfile
@@ -0,0 +1,4 @@
+FROM alpine:3.2
+ADD micro /micro
+WORKDIR /
+ENTRYPOINT [ "/micro" ]
View
3 examples/greeter/server/Dockerfile
@@ -0,0 +1,3 @@
+FROM alpine:3.2
+ADD greeter-srv /greeter-srv
+ENTRYPOINT [ "/greeter-srv" ]

0 comments on commit 24db4df

Please sign in to comment.
Something went wrong with that request. Please try again.