diff --git a/Dockerfile b/Dockerfile index 6fd027f..fa23127 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM golang:latest ENV GOPROXY https://goproxy.cn,direct -WORKDIR $GOPATH/src/github.com/EDDYCJY/go-gin-example -COPY . $GOPATH/src/github.com/EDDYCJY/go-gin-example +WORKDIR /app +COPY . /app RUN go build . EXPOSE 8000 -ENTRYPOINT ["./go-gin-example"] +ENTRYPOINT ["./Message-Nest"] diff --git a/LICENSE b/LICENSE index 6e84283..0b7d2bb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) The go-gin-example Authors +Copyright (c) The Message-Nest Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d048f05..8bf1156 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ ### 进度 项目还在不断更新中,欢迎大家提出各种建议。 +- [x] 支持邮件发送 +- [ ] 支持钉钉 +- [ ] 企业微信 +- [ ] .... + ### 项目来由 自己常常写一些脚本需要消息推送,经常需要接入不同的消息发送,很不方便,于是就有了这个项目。