Skip to content

Commit

Permalink
docker: add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lanvent committed Mar 29, 2023
1 parent a26c10f commit 950a9f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
with:
package-name: 'chatgpt-on-wechat'
package-type: 'container'
min-versions-to-keep: 2
min-versions-to-keep: 10
delete-only-untagged-versions: 'true'
token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM ghcr.io/zhayujie/chatgpt-on-wechat:latest

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 950a9f2

Please sign in to comment.