mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-10 08:29:58 +08:00
initial import
This commit is contained in:
8
example/stat/Dockerfile
Normal file
8
example/stat/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM alpine
|
||||
|
||||
RUN mkdir /app
|
||||
COPY cpu /app/
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
CMD ["/app/cpu"]
|
||||
Reference in New Issue
Block a user