initial import
This commit is contained in:
11
example/http/shedding/Dockerfile
Normal file
11
example/http/shedding/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk update --no-cache
|
||||
RUN apk add --no-cache ca-certificates
|
||||
RUN apk add --no-cache tzdata
|
||||
ENV TZ Asia/Shanghai
|
||||
|
||||
WORKDIR /app
|
||||
COPY main /app/main
|
||||
|
||||
CMD ["./main"]
|
||||
Reference in New Issue
Block a user