Skip to content

Commit 950a9f2

Browse files
committed
docker: add Dockerfile
1 parent a26c10f commit 950a9f2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploy-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
with:
5656
package-name: 'chatgpt-on-wechat'
5757
package-type: 'container'
58-
min-versions-to-keep: 2
58+
min-versions-to-keep: 10
5959
delete-only-untagged-versions: 'true'
6060
token: ${{ secrets.GITHUB_TOKEN }}

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM ghcr.io/zhayujie/chatgpt-on-wechat:latest
2+
3+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)