foo test service

This commit is contained in:
2020-06-30 17:18:54 +08:00
parent 769d7ce330
commit 4a81768f2b
13 changed files with 872 additions and 4 deletions

3
services/foo/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM alpine
ADD foo-srv /foo-srv
ENTRYPOINT [ "/foo-srv" ]