mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-18 04:25:14 +08:00
docker: add Dockerfile
This commit is contained in:
2
.github/workflows/deploy-image.yml
vendored
2
.github/workflows/deploy-image.yml
vendored
@@ -55,6 +55,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
package-name: 'chatgpt-on-wechat'
|
package-name: 'chatgpt-on-wechat'
|
||||||
package-type: 'container'
|
package-type: 'container'
|
||||||
min-versions-to-keep: 2
|
min-versions-to-keep: 10
|
||||||
delete-only-untagged-versions: 'true'
|
delete-only-untagged-versions: 'true'
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
FROM ghcr.io/zhayujie/chatgpt-on-wechat:latest
|
||||||
|
|
||||||
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
Reference in New Issue
Block a user