Skip to content

Commit

Permalink
使用go mod 管理包
Browse files Browse the repository at this point in the history
  • Loading branch information
richie committed Dec 17, 2019
1 parent 3ceec34 commit bf711ab
Show file tree
Hide file tree
Showing 2,332 changed files with 893 additions and 692,567 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
FROM alpine:latest
ADD bin/k8s-webshell /data/k8s-webshell
ADD configs/inside_finup.crt /data/inside_finup.crt
ADD configs/inside_finup.key /data/inside_finup.key

RUN chmod 755 /data/k8s-webshell
RUN chmod +x /data/k8s-webshell

WORKDIR /data

ENTRYPOINT ["./k8s-webshell"]


ENTRYPOINT ["./k8s-webshell"]
Loading

0 comments on commit bf711ab

Please sign in to comment.